diff options
author | Gacko <gacko28@gmx.de> | 2017-06-10 20:42:40 +0200 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2017-06-10 20:42:40 +0200 |
commit | 636c9c420af2e18e745818973f1e55efe84875c3 (patch) | |
tree | 019ae8fc0db47cdeca1d510f562162521a2af634 /src | |
parent | 330bc69906503e7a874b08637c41fe8134e04647 (diff) |
Fix non-PCH build.
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Spells/spell_warrior.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Spells/spell_warrior.cpp b/src/server/scripts/Spells/spell_warrior.cpp index fa4063567d9..a18eadf075e 100644 --- a/src/server/scripts/Spells/spell_warrior.cpp +++ b/src/server/scripts/Spells/spell_warrior.cpp @@ -26,6 +26,7 @@ #include "MoveSpline.h" #include "PathGenerator.h" #include "Player.h" +#include "SpellMgr.h" #include "SpellAuraEffects.h" #include "SpellHistory.h" #include "SpellScript.h" |