aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Database/SQLOperation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/shared/Database/SQLOperation.h')
-rw-r--r--src/server/shared/Database/SQLOperation.h5
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