Skip to content

Commit

Permalink
Linux: Fix non-PCH compile
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa committed Oct 8, 2024
1 parent 25e9d64 commit df2cfc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/game/BattleGround/BattleGround.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include "Maps/Map.h"
#include "Util/ByteBuffer.h"
#include "Entities/ObjectGuid.h"
#include "BattleGround/BattleGroundDefines.h"

// magic event-numbers
#define BG_EVENT_NONE 255
Expand Down
2 changes: 1 addition & 1 deletion src/game/BattleGround/BattleGroundQueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#define __BATTLEGROUNDQUEUE_H

#include "Common.h"
#include "BattleGround/BattleGroundDefines.h"
#include "BattleGround/BattleGround.h"

struct GroupQueueInfo; // type predefinition
struct PlayerQueueInfo // stores information for players in queue
Expand Down

0 comments on commit df2cfc5

Please sign in to comment.