diff options
author | click <none@none> | 2010-08-21 08:08:49 +0200 |
---|---|---|
committer | click <none@none> | 2010-08-21 08:08:49 +0200 |
commit | 71b48cadc2a72ac319a23108e236468c4ea69cff (patch) | |
tree | d03bd157c033e50ee107312594d23e1797bf7a28 /src/server/shared/Database/SQLOperation.cpp | |
parent | 6e6d62def91fb86e979d008d1732fdbbd466885d (diff) |
Core: Make shared build happily without PCH (there are still issues with game ++)
--HG--
branch : trunk
Diffstat (limited to 'src/server/shared/Database/SQLOperation.cpp')
-rw-r--r-- | src/server/shared/Database/SQLOperation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/Database/SQLOperation.cpp b/src/server/shared/Database/SQLOperation.cpp index a3eda4b7239..4d4e5fabb28 100644 --- a/src/server/shared/Database/SQLOperation.cpp +++ b/src/server/shared/Database/SQLOperation.cpp @@ -16,9 +16,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "DatabaseEnv.h" #include "SQLOperation.h" #include "MySQLConnection.h" -#include "Log.h" /*! Basic, ad-hoc queries. */ BasicStatementTask::BasicStatementTask(const char* sql) : |