diff options
Diffstat (limited to 'src/server/shared/Database/SQLOperation.cpp')
-rw-r--r-- | src/server/shared/Database/SQLOperation.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/shared/Database/SQLOperation.cpp b/src/server/shared/Database/SQLOperation.cpp index d3af5949faf..c9e3ba3e937 100644 --- a/src/server/shared/Database/SQLOperation.cpp +++ b/src/server/shared/Database/SQLOperation.cpp @@ -18,6 +18,7 @@ #include "SQLOperation.h" #include "MySQLConnection.h" +#include "Log.h" /*! Basic, ad-hoc queries. */ BasicStatementTask::BasicStatementTask(const char* sql) @@ -209,4 +210,4 @@ bool SQLQueryTask::Execute() /// add the callback to the sql result queue of the thread it originated from m_queue->add(m_callback); return true; -}
\ No newline at end of file +} |