Skip to content

Commit

Permalink
Add missing includes for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Nov 14, 2024
1 parent b157da4 commit 936ead0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/game/BattleGround/BattleGroundQueue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
#include "Tools/Language.h"
#include "World/World.h"
#include "BattleGround/BattleGroundMgr.h"
#include "Globals/ObjectMgr.h"
#include "Entities/Player.h"
#include "Maps/MapManager.h"
#include "Server/WorldPacket.h"

/*********************************************************/
/*** BATTLEGROUND QUEUE SYSTEM ***/
Expand Down

0 comments on commit 936ead0

Please sign in to comment.