mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-19 16:47:14 +02:00
Change MySQL header include path.
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
#ifdef SQMOD_POCO_HAS_MYSQL
|
||||
#include <Poco/Data/MySQL/Connector.h>
|
||||
// Used for string escape functionality
|
||||
#include <mysql.h>
|
||||
#include <mysql/mysql.h>
|
||||
#endif
|
||||
#ifdef SQMOD_POCO_HAS_POSTGRESQL
|
||||
#include <Poco/Data/PostgreSQL/Connector.h>
|
||||
|
Reference in New Issue
Block a user