diff options
author | megamage <none@none> | 2009-05-11 13:15:16 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-11 13:15:16 -0500 |
commit | 91558b8b29f2f81a4a121a3941cf9aaa7243fe96 (patch) | |
tree | 18048c295dab56fbbe7bd28376ca9cd5e867ddf5 /src/game/UnitAI.cpp | |
parent | f631b2a2d69775b818814f6c2ee0bc3daa3d616b (diff) |
*Try to fix build in Linux.
--HG--
branch : trunk
Diffstat (limited to 'src/game/UnitAI.cpp')
-rw-r--r-- | src/game/UnitAI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/UnitAI.cpp b/src/game/UnitAI.cpp index c991c75603d..76460bd8cc0 100644 --- a/src/game/UnitAI.cpp +++ b/src/game/UnitAI.cpp @@ -19,6 +19,7 @@ */ #include "UnitAI.h" +#include "Unit.h" #include "SpellAuras.h" void UnitAI::AttackStart(Unit *victim) |