aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2014-07-29 02:05:12 +0200
committerShauren <shauren.trinity@gmail.com>2014-07-29 02:05:12 +0200
commitd89a5d2d176000535ca857ab6ce600607a747358 (patch)
tree9b2737adc7a845b72396ffce75f05793ccc3864e /src
parent903fbb6be74c4664aed1b981f9f75e2678323bb0 (diff)
Fixed gcc compile with pch
Diffstat (limited to 'src')
-rw-r--r--src/server/authserver/PrecompiledHeaders/authPCH.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/server/authserver/PrecompiledHeaders/authPCH.h b/src/server/authserver/PrecompiledHeaders/authPCH.h
index ef757a656d5..b509f8caaa0 100644
--- a/src/server/authserver/PrecompiledHeaders/authPCH.h
+++ b/src/server/authserver/PrecompiledHeaders/authPCH.h
@@ -2,5 +2,9 @@
#include "Configuration/Config.h"
#include "Database/DatabaseEnv.h"
#include "Log.h"
+#include "BattlenetManager.h"
#include "RealmList.h"
+#include "ByteBuffer.h"
+#include "BattlenetPackets.h"
#include "AuthSession.h"
+#include "BattlenetSession.h"