diff options
author | megamage <none@none> | 2009-05-12 00:52:16 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-12 00:52:16 -0500 |
commit | 2024577488134480b1f2c443732f8889fa384449 (patch) | |
tree | 387f80f2249ebda01242cd5eaf299f9e55da7087 | |
parent | d7d81cea1ac8af28456ae8526f739d3cc869627b (diff) |
*Try to fix build in Linux.
--HG--
branch : trunk
-rw-r--r-- | src/game/UnitAI.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/UnitAI.cpp b/src/game/UnitAI.cpp index 76460bd8cc0..12dc20692c6 100644 --- a/src/game/UnitAI.cpp +++ b/src/game/UnitAI.cpp @@ -19,7 +19,8 @@ */ #include "UnitAI.h" -#include "Unit.h" +#include "Player.h" +#include "Creature.h" #include "SpellAuras.h" void UnitAI::AttackStart(Unit *victim) |