From 2024577488134480b1f2c443732f8889fa384449 Mon Sep 17 00:00:00 2001 From: megamage Date: Tue, 12 May 2009 00:52:16 -0500 Subject: *Try to fix build in Linux. --HG-- branch : trunk --- src/game/UnitAI.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/game/UnitAI.cpp') 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) -- cgit v1.2.3