diff options
author | click <none@none> | 2010-08-18 07:17:04 +0200 |
---|---|---|
committer | click <none@none> | 2010-08-18 07:17:04 +0200 |
commit | 7d8146f9891e69ae1610fd19e3587b6d7048f4b5 (patch) | |
tree | 8a6c81e71431219abfe4bdcc091dfef2346b79ab /src/server/shared/Database/SQLOperation.h | |
parent | 774eb840e9a7ddcf184c55240b5d932a6998866d (diff) |
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
Diffstat (limited to 'src/server/shared/Database/SQLOperation.h')
-rw-r--r-- | src/server/shared/Database/SQLOperation.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 <ace/Method_Request.h> +#include <ace/Activation_Queue.h> #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 |