From 6aed574a94e9571a4d4004a0c3e2483326a84241 Mon Sep 17 00:00:00 2001 From: Kevin12345 <2353144101@qq.com> Date: 星期三, 06 十一月 2024 15:04:23 +0800 Subject: [PATCH] 11 --- Server/王琨元/code/ConnectionPool.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/Server/\347\216\213\347\220\250\345\205\203/code/ConnectionPool.h" "b/Server/\347\216\213\347\220\250\345\205\203/code/ConnectionPool.h" index fe89205..bce6a07 100644 --- "a/Server/\347\216\213\347\220\250\345\205\203/code/ConnectionPool.h" +++ "b/Server/\347\216\213\347\220\250\345\205\203/code/ConnectionPool.h" @@ -3,11 +3,11 @@ #include <queue> #include <mutex> #include <condition_variable> -#include <json/json.h> +//#include <json/json.h> #include "MysqlConn.h" -using namespace Json; +//using namespace Json; class ConnectionPool { -- Gitblit v1.8.0