diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/MiscHandler.cpp | 1 | ||||
-rw-r--r-- | src/game/SpellEffects.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/game/MiscHandler.cpp b/src/game/MiscHandler.cpp index c4c6d4fc110..7196b57eac2 100644 --- a/src/game/MiscHandler.cpp +++ b/src/game/MiscHandler.cpp @@ -44,6 +44,7 @@ #include "SpellAuras.h" #include "Pet.h" #include "SocialMgr.h" +#include "CellImpl.h" void WorldSession::HandleRepopRequestOpcode( WorldPacket & /*recv_data*/ ) { diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index daf05ec51a0..f32a89db2b4 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -56,6 +56,7 @@ #include "SocialMgr.h" #include "Util.h" #include "TemporarySummon.h" +#include "CellImpl.h" #include "ScriptCalls.h" // for goober gameobject script pEffect SpellEffects[TOTAL_SPELL_EFFECTS]= |