aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Database/MySQLConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/shared/Database/MySQLConnection.h')
-rw-r--r--src/server/shared/Database/MySQLConnection.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/server/shared/Database/MySQLConnection.h b/src/server/shared/Database/MySQLConnection.h
index bbb9824943b..7ed7855af7c 100644
--- a/src/server/shared/Database/MySQLConnection.h
+++ b/src/server/shared/Database/MySQLConnection.h
@@ -16,6 +16,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include <ace/Activation_Queue.h>
+#include "DatabaseWorkerPool.h"
+
#ifndef _MYSQLCONNECTION_H
#define _MYSQLCONNECTION_H
@@ -59,4 +62,4 @@ class MySQLConnection
ACE_Thread_Mutex m_Mutex;
};
-#endif \ No newline at end of file
+#endif