aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAnubisss <none@none>2009-05-20 21:06:37 +0200
committerAnubisss <none@none>2009-05-20 21:06:37 +0200
commita78ade9503138aff02352bdb782ee62203a8f742 (patch)
tree6c037360531fcaddca0c61b71849571fce7f0ce5 /src
parent6f8dc61871137efc5450bf8181b0482a521b9238 (diff)
*Fix compile on *nix.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/UnitAI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/UnitAI.h b/src/game/UnitAI.h
index 095edb0fc3e..b6f5f4fc561 100644
--- a/src/game/UnitAI.h
+++ b/src/game/UnitAI.h
@@ -22,6 +22,7 @@
#define TRINITY_UNITAI_H
#include "Platform/Define.h"
+#include "CreatureAIImpl.h"
class Unit;
class Player;