diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-10 23:08:53 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-10 23:09:13 +0200 |
| commit | 1ffb986d5981950f0eabf75f6541827d7a9e9328 (patch) | |
| tree | 4af8dfa1fb4a0abe56a39f0e5b71f653c4b09884 /src | |
| parent | 2e6e7a830f4a22b3694dfce9afd74cd7519685b9 (diff) | |
Core: Fix non pch build
Diffstat (limited to 'src')
| -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; |
