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_depotlist.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ai/api/ai_depotlist.cpp') diff --git a/src/ai/api/ai_depotlist.cpp b/src/ai/api/ai_depotlist.cpp index de3433834..e897405fb 100644 --- a/src/ai/api/ai_depotlist.cpp +++ b/src/ai/api/ai_depotlist.cpp @@ -9,6 +9,7 @@ /** @file ai_depotlist.cpp Implementation of AIDepotList and friends. */ +#include "../../stdafx.h" #include "ai_depotlist.hpp" #include "../../company_func.h" #include "../../depot_base.h" -- cgit v1.2.3-54-g00ecf