From 94333b734dd8fd5622b0461d4b1f822350fbdb9d Mon Sep 17 00:00:00 2001 From: ariel- Date: Fri, 9 Mar 2018 16:14:42 -0300 Subject: Core/Misc: nopch fixes, hopefully the last --- src/server/game/Entities/Corpse/Corpse.cpp | 1 + .../scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'src') diff --git a/src/server/game/Entities/Corpse/Corpse.cpp b/src/server/game/Entities/Corpse/Corpse.cpp index ac75d53fa9b..37c857eecba 100644 --- a/src/server/game/Entities/Corpse/Corpse.cpp +++ b/src/server/game/Entities/Corpse/Corpse.cpp @@ -19,6 +19,7 @@ #include "CharacterCache.h" #include "Common.h" #include "Corpse.h" +#include "DBCStores.h" #include "GameTime.h" #include "Log.h" #include "Map.h" diff --git a/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp b/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp index 9fc21a5ba9d..55fe398cedc 100644 --- a/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp +++ b/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp @@ -19,6 +19,7 @@ #include "SpellMgr.h" #include "SpellScript.h" #include "SpellAuraEffects.h" +#include "Unit.h" enum Spells { -- cgit v1.2.3