From 660f90d37b764ba3e94adc798ab7cb5d05337b7c Mon Sep 17 00:00:00 2001 From: yexo Date: Sat, 25 Apr 2009 23:51:15 +0000 Subject: (svn r16151) -Codechange: move some includes around to prevent including half the AI api in non-noai related code. --- src/ai/ai_core.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ai/ai_core.cpp') diff --git a/src/ai/ai_core.cpp b/src/ai/ai_core.cpp index 2081e6436..ea2531b1b 100644 --- a/src/ai/ai_core.cpp +++ b/src/ai/ai_core.cpp @@ -15,6 +15,7 @@ #include "ai_scanner.hpp" #include "ai_instance.hpp" #include "ai_config.hpp" +#include "api/ai_error.hpp" /* static */ uint AI::frame_counter = 0; /* static */ AIScanner *AI::ai_scanner = NULL; -- cgit v1.2.3-54-g00ecf