diff options
author | megamage <none@none> | 2009-08-28 16:38:43 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-08-28 16:38:43 -0500 |
commit | 04a701246d839d01c3c23466de31173e9b02d9cb (patch) | |
tree | f76893b984a2a5b4528edda2aa111206b3b05efb /src/game/GuardAI.cpp | |
parent | 13421a194d127157fb74c54327b8c785801234aa (diff) |
*Fix build in *nix
--HG--
branch : trunk
Diffstat (limited to 'src/game/GuardAI.cpp')
-rw-r--r-- | src/game/GuardAI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GuardAI.cpp b/src/game/GuardAI.cpp index b7268758583..a821939910a 100644 --- a/src/game/GuardAI.cpp +++ b/src/game/GuardAI.cpp @@ -20,10 +20,10 @@ #include "GuardAI.h" #include "Errors.h" -#include "Creature.h" #include "Player.h" #include "ObjectAccessor.h" #include "World.h" +#include "CreatureAIImpl.h" int GuardAI::Permissible(const Creature *creature) { |