diff options
| author | megamage <none@none> | 2009-08-28 14:22:37 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-08-28 14:22:37 -0500 |
| commit | 64760208f20bed8e141d1bdb72fdd4833baa9c03 (patch) | |
| tree | d333723a4c3b93b63ccb5b3e7f9f614a1a5901ed | |
| parent | 6de6557bf0baa323046497f2d793c805d69b630b (diff) | |
*Fix build in *nix.
--HG--
branch : trunk
| -rw-r--r-- | src/game/CreatureAIImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/CreatureAIImpl.h b/src/game/CreatureAIImpl.h index ef3ea285b1f..c687f04dad9 100644 --- a/src/game/CreatureAIImpl.h +++ b/src/game/CreatureAIImpl.h @@ -20,7 +20,7 @@ #include "Common.h" #include "Platform/Define.h" -#include "Creature.h" +#include "TemporarySummon.h" #include "CreatureAI.h" #define HEROIC(n,h) (HeroicMode ? h : n) |
