1
0
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:
Sandu Liviu Catalin
2021-08-22 19:16:31 +03:00
parent 21c9797d1a
commit b78b3e8ede
2 changed files with 2 additions and 2 deletions
module
Library
PocoLib

@ -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>