diff options
author | Gacko <gacko28@gmx.de> | 2016-05-14 16:09:51 +0200 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2016-05-14 16:09:51 +0200 |
commit | 5cb2ca5c81d4f5d9acafc6df234783896cd48de7 (patch) | |
tree | d38ee15d1dc13b60fc7443b5559c03bd5657f07e | |
parent | 1a7df22122c9afdd6f797154d8782ffb2887fb8d (diff) |
Spell/Shaman: Fix non PCH linking.
Thanks @Shauren.
-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 b5546685f68..241a2d627de 100644 --- a/src/server/scripts/Spells/spell_shaman.cpp +++ b/src/server/scripts/Spells/spell_shaman.cpp @@ -28,6 +28,7 @@ #include "SpellScript.h" #include "SpellHistory.h" #include "SpellAuraEffects.h" +#include "CellImpl.h" enum ShamanSpells { |