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.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/server/shared/Database/SQLOperation.h') diff --git a/src/server/shared/Database/SQLOperation.h b/src/server/shared/Database/SQLOperation.h index 8f2a59151a3..4833e28164e 100644 --- a/src/server/shared/Database/SQLOperation.h +++ b/src/server/shared/Database/SQLOperation.h @@ -20,9 +20,10 @@ #define _SQLOPERATION_H #include +#include #include "Common.h" -#include "Threading/Callback.h" +#include "Callback.h" class MySQLConnection; @@ -119,4 +120,4 @@ class SQLQueryTask : public SQLOperation }; -#endif \ No newline at end of file +#endif -- cgit v1.2.3