From 1ffb986d5981950f0eabf75f6541827d7a9e9328 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Thu, 10 Jul 2014 23:08:53 +0200 Subject: Core: Fix non pch build --- src/server/game/Battlegrounds/Battleground.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server') 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; -- cgit v1.2.3