aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDrahy <none@none>2009-05-11 19:31:48 +0200
committerDrahy <none@none>2009-05-11 19:31:48 +0200
commitbb0d592a105ed604e2c65e88b054c56c85d52d03 (patch)
treea9fa431a4fdcc1a76299caa082d6ab48025439f5 /src
parent67cf05ca73eb13b32362a3e4c7f2316909157e7e (diff)
* Fixed compile error - thx Megamage
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/CreatureAI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/CreatureAI.h b/src/game/CreatureAI.h
index ca13275dea1..7568b815394 100644
--- a/src/game/CreatureAI.h
+++ b/src/game/CreatureAI.h
@@ -22,6 +22,7 @@
#define TRINITY_CREATUREAI_H
#include "UnitAI.h"
+#include "Common.h"
class WorldObject;
class Unit;