aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/UnitAI.cpp3
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)