From 7d8146f9891e69ae1610fd19e3587b6d7048f4b5 Mon Sep 17 00:00:00 2001 From: click Date: Wed, 18 Aug 2010 07:17:04 +0200 Subject: Buildsystem/Core: Adjust header locations in CMake for collisions and shared + clean up includes from re26dbe6981 This sorts out issues with non-PCH compiles on supported platforms. --HG-- branch : trunk --- src/server/shared/Database/SQLOperation.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 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 +} -- cgit v1.2.3