diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2016-08-19 23:32:46 +0200 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2016-08-19 23:32:46 +0200 |
| commit | 469502581d7663ac5742ad56f9172408bfc61296 (patch) | |
| tree | efa5ea13584b0c75a74c8c91f64d162b4950b9b5 /src/scripts/Commands/cs_cast.cpp | |
| parent | 54ad9aa30d337f286ec443ed2ad758e66411f10f (diff) | |
Fixed compilation without PCH enabled
please avoid to miss header files in your sources
Diffstat (limited to 'src/scripts/Commands/cs_cast.cpp')
| -rw-r--r-- | src/scripts/Commands/cs_cast.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripts/Commands/cs_cast.cpp b/src/scripts/Commands/cs_cast.cpp index 9b8052f9c2..598a763915 100644 --- a/src/scripts/Commands/cs_cast.cpp +++ b/src/scripts/Commands/cs_cast.cpp @@ -17,6 +17,7 @@ EndScriptData */ #include "Creature.h" #include "Language.h" #include "Player.h" +#include "SpellInfo.h" class cast_commandscript : public CommandScript { |
