Fixed missing lib

This commit is contained in:
WolverinDEV 2020-03-02 15:27:43 +01:00
parent e7fd571f90
commit f99490447f

View File

@ -7,10 +7,6 @@
#include <memory>
#include <utility>
#define CR_CONNECTION_ERROR (2002)
#define CR_SERVER_GONE_ERROR (2006)
#define CR_SERVER_LOST (2013)
using namespace std;
using namespace sql;
using namespace sql::mysql;