From 02e8b125a48b50241db03e6a28a165db731ea779 Mon Sep 17 00:00:00 2001 From: Kinglykrab <89047260+Kinglykrab@users.noreply.github.com> Date: Mon, 30 May 2022 22:10:49 -0400 Subject: [PATCH] [Hot Fix] Fix Linux compile due to missing include. (#2223) - Not sure how Windows compiles, but Linux fails. --- zone/groups.cpp | 1 + zone/questmgr.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/zone/groups.cpp b/zone/groups.cpp index 350fca8db..a93977aa3 100644 --- a/zone/groups.cpp +++ b/zone/groups.cpp @@ -25,6 +25,7 @@ #include "../common/packet_dump.h" #include "../common/string_util.h" #include "worldserver.h" +#include "string_ids.h" extern EntityList entity_list; extern WorldServer worldserver; diff --git a/zone/questmgr.cpp b/zone/questmgr.cpp index 622f86c3a..53e23533b 100644 --- a/zone/questmgr.cpp +++ b/zone/questmgr.cpp @@ -37,6 +37,7 @@ #include "zonedb.h" #include "zone_store.h" #include "dialogue_window.h" +#include "string_ids.h" #include #include