diff options
Diffstat (limited to 'src/game/BattleGroundMgr.h')
-rw-r--r-- | src/game/BattleGroundMgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/BattleGroundMgr.h b/src/game/BattleGroundMgr.h index 34a9b7bd4e3..e43b6e0e4a1 100644 --- a/src/game/BattleGroundMgr.h +++ b/src/game/BattleGroundMgr.h @@ -22,6 +22,7 @@ #define __BATTLEGROUNDMGR_H #include "Common.h" +#include "Policies/Singleton.h" #include "BattleGround.h" typedef std::map<uint32, BattleGround*> BattleGroundSet; |