diff options
| author | megamage <none@none> | 2009-08-28 16:38:43 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-08-28 16:38:43 -0500 |
| commit | 04a701246d839d01c3c23466de31173e9b02d9cb (patch) | |
| tree | f76893b984a2a5b4528edda2aa111206b3b05efb /src/game/CreatureEventAI.cpp | |
| parent | 13421a194d127157fb74c54327b8c785801234aa (diff) | |
*Fix build in *nix
--HG--
branch : trunk
Diffstat (limited to 'src/game/CreatureEventAI.cpp')
| -rw-r--r-- | src/game/CreatureEventAI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/CreatureEventAI.cpp b/src/game/CreatureEventAI.cpp index cb444bb3165..fbd8816565d 100644 --- a/src/game/CreatureEventAI.cpp +++ b/src/game/CreatureEventAI.cpp @@ -31,6 +31,7 @@ #include "GridNotifiersImpl.h" #include "InstanceData.h" #include "SpellMgr.h" +#include "CreatureAIImpl.h" bool CreatureEventAIHolder::UpdateRepeatTimer( Creature* creature, uint32 repeatMin, uint32 repeatMax ) { |
