This commit is contained in:
xx
2024-06-03 19:09:25 +08:00
parent 04abed3cb7
commit cd48a5762f

View File

@@ -1,5 +1,5 @@
#include "db/mysql.h"
#if defined(_WIN32) && defined(WIN64) || !defined(_WIN32)
#if defined(_WIN64) || defined(__linux__)
#include "cppconn/driver.h"
#include "cppconn/connection.h"
#include "cppconn/statement.h"