aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorraczman <none@none>2009-05-21 09:54:55 +0200
committerraczman <none@none>2009-05-21 09:54:55 +0200
commita77f9e209234706931bb8433e2c18b336306aab2 (patch)
treed878b71a21b6ace578ee72107c66fc0c4a776a3e /src
parent33c24110ddf234750252cc4369b253de849191e9 (diff)
Fix build on linux.
--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 d7b5da086be..9530405ed4d 100644
--- a/src/game/UnitAI.h
+++ b/src/game/UnitAI.h
@@ -22,6 +22,7 @@
#define TRINITY_UNITAI_H
#include "Platform/Define.h"
+#include <list>
class Unit;
class Player;