diff options
-rw-r--r-- | src/server/game/Battlegrounds/Battleground.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Battlegrounds/Battleground.h b/src/server/game/Battlegrounds/Battleground.h index da39664a1ac..468b73c51ab 100644 --- a/src/server/game/Battlegrounds/Battleground.h +++ b/src/server/game/Battlegrounds/Battleground.h @@ -23,6 +23,7 @@ #include "SharedDefines.h" #include "DBCEnums.h" #include "WorldPacket.h" +#include "Object.h" class Creature; class GameObject; @@ -34,7 +35,6 @@ class WorldPacket; class BattlegroundMap; struct BattlegroundScore; -struct Position; struct PvPDifficultyEntry; struct WorldSafeLocsEntry; |