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_account.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/scripts/Commands/cs_account.cpp') diff --git a/src/scripts/Commands/cs_account.cpp b/src/scripts/Commands/cs_account.cpp index 13b7923e08..e3a165efa5 100644 --- a/src/scripts/Commands/cs_account.cpp +++ b/src/scripts/Commands/cs_account.cpp @@ -16,6 +16,7 @@ EndScriptData */ #include "AccountMgr.h" #include "Chat.h" #include "Language.h" +#include "Player.h" class account_commandscript : public CommandScript { -- cgit v1.2.3