From 91558b8b29f2f81a4a121a3941cf9aaa7243fe96 Mon Sep 17 00:00:00 2001 From: megamage Date: Mon, 11 May 2009 13:15:16 -0500 Subject: [PATCH] *Try to fix build in Linux. --HG-- branch : trunk --- src/game/CreatureAI.h | 1 + src/game/UnitAI.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/game/CreatureAI.h b/src/game/CreatureAI.h index 6b031005463..605e904c71a 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; 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)