diff --git a/src/game/BattleGround/BattleGroundQueue.cpp b/src/game/BattleGround/BattleGroundQueue.cpp index 01caa7dae3d..0fae8532600 100644 --- a/src/game/BattleGround/BattleGroundQueue.cpp +++ b/src/game/BattleGround/BattleGroundQueue.cpp @@ -21,6 +21,9 @@ #include "World/World.h" #include "BattleGround/BattleGroundMgr.h" #include "Arena/ArenaTeam.h" +#include "Server/DBCStores.h" +#include "Entities/Creature.h" +#include "Globals/ObjectMgr.h" #include "Tools/Formulas.h" /*********************************************************/