diff options
Diffstat (limited to 'src/scripts/Commands/cs_account.cpp')
-rw-r--r-- | src/scripts/Commands/cs_account.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |