diff options
author | click <none@none> | 2010-11-14 00:13:51 +0100 |
---|---|---|
committer | click <none@none> | 2010-11-14 00:13:51 +0100 |
commit | 61f07610fd205096357548ab8db1642bcb067238 (patch) | |
tree | 7159c163fa31ca7fe0b11bd2fc8b4efeb0ad4f70 /src | |
parent | 7811c89a93ea1608043c404b2173bf80155050a0 (diff) |
Core/Scripts: Fix some includes in debugcommands-script (now works properly on non-PCH compiles)
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Commands/cs_debug.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/server/scripts/Commands/cs_debug.cpp b/src/server/scripts/Commands/cs_debug.cpp index 30f1582acff..fcfecac8685 100644 --- a/src/server/scripts/Commands/cs_debug.cpp +++ b/src/server/scripts/Commands/cs_debug.cpp @@ -24,10 +24,13 @@ EndScriptData */ #include "ScriptMgr.h" #include "ObjectMgr.h" -#include "GossipDef.h" -#include "GridNotifiers.h" #include "BattlegroundMgr.h" #include "Chat.h" +#include "Cell.h" +#include "CellImpl.h" +#include "GridNotifiers.h" +#include "GridNotifiersImpl.h" +#include "GossipDef.h" #include <fstream> |