diff options
author | Vincent-Michael <vincent_michael@gmx.de> | 2016-05-14 21:27:22 +0200 |
---|---|---|
committer | Vincent-Michael <vincent_michael@gmx.de> | 2016-05-14 21:27:22 +0200 |
commit | 0139d83e28a7daa8cf8675ba9403241a92821071 (patch) | |
tree | 900efc35297181457566ada119b93ff6caab59d9 | |
parent | fe61770036195c5d11d549e78b720448629ec3cd (diff) |
Core/Spells: Fixed non pch build
-rw-r--r-- | src/server/scripts/Spells/spell_shaman.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Spells/spell_shaman.cpp b/src/server/scripts/Spells/spell_shaman.cpp index 241a2d627de..b592bdcaf8e 100644 --- a/src/server/scripts/Spells/spell_shaman.cpp +++ b/src/server/scripts/Spells/spell_shaman.cpp @@ -24,6 +24,7 @@ #include "Player.h" #include "ScriptMgr.h" #include "GridNotifiers.h" +#include "GridNotifiersImpl.h" #include "Unit.h" #include "SpellScript.h" #include "SpellHistory.h" |