Skip to content

Commit

Permalink
BG: Add missing includes for non pch linux
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Nov 15, 2024
1 parent 08de2b5 commit 282719d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/game/BattleGround/BattleGroundQueue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"

/*********************************************************/
Expand Down

0 comments on commit 282719d

Please sign in to comment.