From 043fe5d0aa8f697226bef4b4f3707b29d5340972 Mon Sep 17 00:00:00 2001
From: Kevin12345 <2353144101@qq.com>
Date: 星期三, 06 十一月 2024 15:04:35 +0800
Subject: [PATCH] Merge branch 'master' of ssh://115.28.86.8:29418/~admin/昆仑_1025

---
 Server/王琨元/code/MysqlConn.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git "a/Server/\347\216\213\347\220\250\345\205\203/code/MysqlConn.h" "b/Server/\347\216\213\347\220\250\345\205\203/code/MysqlConn.h"
index 577bb2c..00c9917 100644
--- "a/Server/\347\216\213\347\220\250\345\205\203/code/MysqlConn.h"
+++ "b/Server/\347\216\213\347\220\250\345\205\203/code/MysqlConn.h"
@@ -2,10 +2,13 @@
 
 #include <string>
 #include <WinSock2.h>
-#include <mysql.h>
+//#include <mysql.h>
+#include "MySQL/include/mysql.h"
 #include <string.h>
 #include <chrono>
 
+#pragma comment(lib,"./MySQL/lib/libmysql.lib")
+
 class MysqlConn
 {
 public:

--
Gitblit v1.8.0