aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGacko <gacko28@gmx.de>2018-01-15 08:43:13 +0100
committerGacko <gacko28@gmx.de>2018-01-15 08:43:13 +0100
commitd1bd2123395347f034760143c148cd2003dbf219 (patch)
tree999b2bf17fae55c8661092c8b07b535fd5eaef3b
parent9c857a1b910c66bde52db8b3e7dd5e855fa6f9e8 (diff)
Fix non-PCH build.
-rw-r--r--src/server/game/Battlegrounds/Zones/BattlegroundAB.cpp1
-rw-r--r--src/server/game/Battlegrounds/Zones/BattlegroundAV.cpp2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/server/game/Battlegrounds/Zones/BattlegroundAB.cpp b/src/server/game/Battlegrounds/Zones/BattlegroundAB.cpp
index add87a77739..b0bc1f2e6ae 100644
--- a/src/server/game/Battlegrounds/Zones/BattlegroundAB.cpp
+++ b/src/server/game/Battlegrounds/Zones/BattlegroundAB.cpp
@@ -27,6 +27,7 @@
#include "Random.h"
#include "SpellInfo.h"
#include "Util.h"
+#include "WorldSession.h"
#include "WorldStatePackets.h"
BattlegroundAB::BattlegroundAB()
diff --git a/src/server/game/Battlegrounds/Zones/BattlegroundAV.cpp b/src/server/game/Battlegrounds/Zones/BattlegroundAV.cpp
index 44c99152a1b..c2c3d064494 100644
--- a/src/server/game/Battlegrounds/Zones/BattlegroundAV.cpp
+++ b/src/server/game/Battlegrounds/Zones/BattlegroundAV.cpp
@@ -23,7 +23,9 @@
#include "GameObject.h"
#include "Log.h"
#include "MotionMaster.h"
+#include "ObjectMgr.h"
#include "Player.h"
+#include "WorldSession.h"
#include "WorldStatePackets.h"
BattlegroundAV::BattlegroundAV()