aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjoschiwald <joschiwald.trinity@gmail.com>2018-01-14 20:44:06 +0100
committerjoschiwald <joschiwald.trinity@gmail.com>2018-01-14 20:44:06 +0100
commit3039f4bf86bda5d9fd2c50d6ae71fcb9d10eb185 (patch)
treee6ce6da968e130eedb575f6ed853293a107a1db0 /src
parent6eff69818b17d68862aac609cf211ccd802e3afa (diff)
Fixed nopch build again
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Battlegrounds/Battleground.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Battlegrounds/Battleground.cpp b/src/server/game/Battlegrounds/Battleground.cpp
index 86e05435710..3a8a72dc3a0 100644
--- a/src/server/game/Battlegrounds/Battleground.cpp
+++ b/src/server/game/Battlegrounds/Battleground.cpp
@@ -33,6 +33,7 @@
#include "Map.h"
#include "MiscPackets.h"
#include "ObjectAccessor.h"
+#include "ObjectMgr.h"
#include "Player.h"
#include "ReputationMgr.h"
#include "SpellAuras.h"