diff options
author | megamage <none@none> | 2009-05-03 11:41:58 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-03 11:41:58 -0500 |
commit | ea034a860362a5549128c57ef80684ea3b95568c (patch) | |
tree | 58d6771447cd129179f7aba1847ff2748d2981c9 /src/game/MiscHandler.cpp | |
parent | 193b0634dfa42fcce9904003f9c0d3f6b5ec54af (diff) |
*Fix build.
--HG--
branch : trunk
Diffstat (limited to 'src/game/MiscHandler.cpp')
-rw-r--r-- | src/game/MiscHandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/MiscHandler.cpp b/src/game/MiscHandler.cpp index f7f533893fe..e41e3211344 100644 --- a/src/game/MiscHandler.cpp +++ b/src/game/MiscHandler.cpp @@ -45,6 +45,7 @@ #include "SocialMgr.h" #include "CellImpl.h" #include "Vehicle.h" +#include "CreatureAI.h" void WorldSession::HandleRepopRequestOpcode( WorldPacket & /*recv_data*/ ) { |