diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-10 23:10:22 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-10 23:10:22 +0200 |
| commit | f185077fbf965c1447a46896b1483950909d431d (patch) | |
| tree | 787143078b7d1bfc62c3203befe3e2daa9f51282 /src | |
| parent | bb7233baa3b1b43584146e7883d32e53919f8502 (diff) | |
| parent | 1ffb986d5981950f0eabf75f6541827d7a9e9328 (diff) | |
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
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 e1ad11927e7..fdbd4d0cfc3 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; |
