diff options
author | click <click@gonnamakeyou.com> | 2011-06-29 17:18:38 +0200 |
---|---|---|
committer | click <click@gonnamakeyou.com> | 2011-06-29 17:18:38 +0200 |
commit | 7762ddce5731a2f36eb675a232dcf2a7837ff0a1 (patch) | |
tree | 92a9ec6ca22bd7984397f56877546d5e50dc92ab | |
parent | 609efde5987e52d8fb9fa69a2eaa8d7fa6dd9bd8 (diff) |
Script/Commands: Fix non-PCH build after the addition of the .wpgps command
-rw-r--r-- | src/server/scripts/Commands/cs_gps.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Commands/cs_gps.cpp b/src/server/scripts/Commands/cs_gps.cpp index d6581c92983..93e8674143a 100644 --- a/src/server/scripts/Commands/cs_gps.cpp +++ b/src/server/scripts/Commands/cs_gps.cpp @@ -22,6 +22,7 @@ Comment: GPS/WPGPS commands Category: commandscripts EndScriptData */ +#include "ObjectAccessor.h" #include "ScriptMgr.h" #include "Chat.h" |