From 7433768a55d61055ea0aa1bd813872ab370f69bd Mon Sep 17 00:00:00 2001 From: runningnak3d Date: Thu, 2 Sep 2010 17:19:53 -0600 Subject: Core/Build: Partial work of fixing non-PCH Linux compile --HG-- branch : trunk --- src/server/shared/Database/SQLOperation.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/server/shared/Database/SQLOperation.cpp') diff --git a/src/server/shared/Database/SQLOperation.cpp b/src/server/shared/Database/SQLOperation.cpp index ae0dff6b265..e67dbd47b31 100644 --- a/src/server/shared/Database/SQLOperation.cpp +++ b/src/server/shared/Database/SQLOperation.cpp @@ -19,6 +19,7 @@ #include "Common.h" #include "SQLOperation.h" #include "MySQLConnection.h" +#include "Log.h" /*! Basic, ad-hoc queries. */ BasicStatementTask::BasicStatementTask(const char* sql) : -- cgit v1.2.3