diff --git a/src/server/scripts/Events/hallows_end.cpp b/src/server/scripts/Events/hallows_end.cpp index 84ad89bd5..68d6daba2 100644 --- a/src/server/scripts/Events/hallows_end.cpp +++ b/src/server/scripts/Events/hallows_end.cpp @@ -9,6 +9,7 @@ #include "LFGMgr.h" #include "PassiveAI.h" #include "Group.h" +#include "CellImpl.h" /////////////////////////////////////// ////// ITEMS FIXES, BASIC STUFF diff --git a/src/server/scripts/Spells/spell_quest.cpp b/src/server/scripts/Spells/spell_quest.cpp index fa955102f..069ddb54e 100644 --- a/src/server/scripts/Spells/spell_quest.cpp +++ b/src/server/scripts/Spells/spell_quest.cpp @@ -19,6 +19,7 @@ #include "MapManager.h" #include "CreatureTextMgr.h" #include "SpellAuraEffects.h" +#include "CellImpl.h" // Ours class spell_q11065_wrangle_some_aether_rays : public SpellScriptLoader