From 6eaa77591ddbc38032f831be50e23347ea6b5fcc Mon Sep 17 00:00:00 2001 From: Yehonal Date: Fri, 19 Aug 2016 23:32:46 +0200 Subject: Fixed compilation without PCH enabled please avoid to miss header files in your sources --- src/scripts/Commands/cs_cast.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/scripts/Commands/cs_cast.cpp') 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 { -- cgit v1.2.3