aboutsummaryrefslogtreecommitdiff
path: root/src/game/ReactorAI.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-08-28 16:38:43 -0500
committermegamage <none@none>2009-08-28 16:38:43 -0500
commit04a701246d839d01c3c23466de31173e9b02d9cb (patch)
treef76893b984a2a5b4528edda2aa111206b3b05efb /src/game/ReactorAI.cpp
parent13421a194d127157fb74c54327b8c785801234aa (diff)
*Fix build in *nix
--HG-- branch : trunk
Diffstat (limited to 'src/game/ReactorAI.cpp')
-rw-r--r--src/game/ReactorAI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ReactorAI.cpp b/src/game/ReactorAI.cpp
index 35d0be3611f..3cece43a7c1 100644
--- a/src/game/ReactorAI.cpp
+++ b/src/game/ReactorAI.cpp
@@ -21,9 +21,9 @@
#include "ByteBuffer.h"
#include "ReactorAI.h"
#include "Errors.h"
-#include "Creature.h"
#include "Log.h"
#include "ObjectAccessor.h"
+#include "CreatureAIImpl.h"
#define REACTOR_VISIBLE_RANGE (26.46f)