diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2016-08-19 23:32:46 +0200 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2016-08-19 23:33:02 +0200 |
commit | 6eaa77591ddbc38032f831be50e23347ea6b5fcc (patch) | |
tree | 67b834e3b228de1a6bae968fe31bd474d1c0b574 /src/scripts/Spells/spell_druid.cpp | |
parent | d8de9c92964a3d46765cdc29dde7482384c6becf (diff) |
Fixed compilation without PCH enabled
please avoid to miss header files in your sources
Diffstat (limited to 'src/scripts/Spells/spell_druid.cpp')
-rw-r--r-- | src/scripts/Spells/spell_druid.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripts/Spells/spell_druid.cpp b/src/scripts/Spells/spell_druid.cpp index 4ea71c45a3..814a0d03df 100644 --- a/src/scripts/Spells/spell_druid.cpp +++ b/src/scripts/Spells/spell_druid.cpp @@ -16,6 +16,7 @@ #include "SpellScript.h" #include "SpellAuraEffects.h" #include "Containers.h" +#include "GridNotifiers.h" enum DruidSpells { |