From 9e8db65223bf91ad26d2f54ef115d773bbb4f63a Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 22 Jan 2011 10:33:16 +0000 Subject: (svn r21888) -Codechange: remove some unneeded (for the AI header) headers from some AI headers, reducing the include tree --- src/ai/api/ai_log.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ai/api/ai_log.cpp') diff --git a/src/ai/api/ai_log.cpp b/src/ai/api/ai_log.cpp index 4bbb9ccb6..7a269030d 100644 --- a/src/ai/api/ai_log.cpp +++ b/src/ai/api/ai_log.cpp @@ -9,6 +9,7 @@ /** @file ai_log.cpp Implementation of AILog. */ +#include "../../stdafx.h" #include "ai_log.hpp" #include "../../core/alloc_func.hpp" #include "../../company_func.h" -- cgit v1.2.3-54-g00ecf