aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2018-07-22 19:44:27 +0200
committerShauren <shauren.trinity@gmail.com>2018-07-22 19:44:27 +0200
commitaa1883060e11d43d6de8fa38387d96a7e2df4ca6 (patch)
treea73819664b6c5e4a2341ac4a62b758c889a297d6 /src/server/scripts
parent4c348ea5f847aa4b8c22f15dbf970d19078e1c8c (diff)
Core/Misc: Fix nopch build
Diffstat (limited to 'src/server/scripts')
-rw-r--r--src/server/scripts/Spells/spell_druid.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Spells/spell_druid.cpp b/src/server/scripts/Spells/spell_druid.cpp
index 48b860a4cd0..fabd3d98d91 100644
--- a/src/server/scripts/Spells/spell_druid.cpp
+++ b/src/server/scripts/Spells/spell_druid.cpp
@@ -23,6 +23,7 @@
#include "ScriptMgr.h"
#include "Containers.h"
+#include "Map.h"
#include "Player.h"
#include "Spell.h"
#include "SpellAuraEffects.h"