aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVincent-Michael <vincent_michael@gmx.de>2016-05-14 21:27:22 +0200
committerVincent-Michael <vincent_michael@gmx.de>2016-05-14 21:27:22 +0200
commit0139d83e28a7daa8cf8675ba9403241a92821071 (patch)
tree900efc35297181457566ada119b93ff6caab59d9 /src
parentfe61770036195c5d11d549e78b720448629ec3cd (diff)
Core/Spells: Fixed non pch build
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Spells/spell_shaman.cpp1
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"