From 713cc7c31b775ec52a157fe7c28663a35e2b2fae Mon Sep 17 00:00:00 2001 From: insunaa Date: Mon, 9 Sep 2024 21:14:36 +0200 Subject: [PATCH] Linux: Fix compile --- src/game/LFG/LFGQueue.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/game/LFG/LFGQueue.h b/src/game/LFG/LFGQueue.h index d2b3198f69..90902cadb3 100644 --- a/src/game/LFG/LFGQueue.h +++ b/src/game/LFG/LFGQueue.h @@ -20,6 +20,8 @@ #define _LFG_QUEUE_H #include "LFG/LFGDefines.h" +#include "Entities/ObjectGuid.h" +#include "Globals/ObjectMgr.h" struct LFGGroupQueueInfo {