diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 6d624cd82d3..574ef8a50da 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -19,6 +19,7 @@ */ #include "Common.h" +#include "CreatureAIImpl.h" #include "Log.h" #include "Opcodes.h" #include "WorldPacket.h" |