diff options
| author | Gacko <gacko28@gmx.de> | 2017-04-24 19:59:38 +0200 | 
|---|---|---|
| committer | Gacko <gacko28@gmx.de> | 2017-04-24 19:59:38 +0200 | 
| commit | 8f3ac0505668352dde4d8a6a0437db14884ae381 (patch) | |
| tree | 93dc365ab9dc600a69ebaf48d69f67a2b2281f85 /src | |
| parent | 02b667e76eec9662211bf34a0266b0a82c547698 (diff) | |
Fix non-PCH build.
What else?
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp b/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp index 326959cb765..168a92640ed 100644 --- a/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp +++ b/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp @@ -15,7 +15,10 @@   * with this program. If not, see <http://www.gnu.org/licenses/>.   */ +#include "ScriptMgr.h" +#include "SpellMgr.h"  #include "SpellScript.h" +#include "SpellAuraEffects.h"  enum Spells  {  | 
