From 239f55c246da433217a276d278d57ceb99351806 Mon Sep 17 00:00:00 2001 From: Mitch Freeman <65987027+neckkola@users.noreply.github.com> Date: Sat, 5 Oct 2024 18:43:33 -0300 Subject: [PATCH] Updates for linux build --- zone/evolving.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/zone/evolving.cpp b/zone/evolving.cpp index 41b5b28f2c8..c2e0dd29d5a 100644 --- a/zone/evolving.cpp +++ b/zone/evolving.cpp @@ -20,11 +20,16 @@ #include "../common/global_define.h" #include "../common/rulesys.h" - #include "../common/eq_constants.h" #include "../common/events/player_event_logs.h" #include "../common/repositories/character_evolving_items_repository.h" +#include "client.h" +#include "worldserver.h" +#include "string_ids.h" + +extern WorldServer worldserver; + void Client::DoEvolveItemToggle(const EQApplicationPacket *app) { const auto in = reinterpret_cast(app->pBuffer);