aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGacko <gacko28@gmx.de>2017-06-10 20:42:40 +0200
committerGacko <gacko28@gmx.de>2017-06-10 20:42:40 +0200
commit636c9c420af2e18e745818973f1e55efe84875c3 (patch)
tree019ae8fc0db47cdeca1d510f562162521a2af634
parent330bc69906503e7a874b08637c41fe8134e04647 (diff)
Fix non-PCH build.
-rw-r--r--src/server/scripts/Spells/spell_warrior.cpp1
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"