Skip to content

Commit 936ead0

Browse files
committed
Add missing includes for linux
1 parent b157da4 commit 936ead0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/game/BattleGround/BattleGroundQueue.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
#include "Tools/Language.h"
2121
#include "World/World.h"
2222
#include "BattleGround/BattleGroundMgr.h"
23+
#include "Globals/ObjectMgr.h"
24+
#include "Entities/Player.h"
25+
#include "Maps/MapManager.h"
26+
#include "Server/WorldPacket.h"
2327

2428
/*********************************************************/
2529
/*** BATTLEGROUND QUEUE SYSTEM ***/

0 commit comments

Comments
 (0)