From cde65455acbc10a3f64bb9d43c03b37cdf9b1c55 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 18 Jul 2008 16:40:29 +0000 Subject: (svn r13731) -Codechange: make a pool of the array of players. --- src/industry_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/industry_gui.cpp') diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp index a5f853f13..5195c543b 100644 --- a/src/industry_gui.cpp +++ b/src/industry_gui.cpp @@ -28,6 +28,7 @@ #include "string_func.h" #include "sortlist_type.h" #include "widgets/dropdown_func.h" +#include "player_base.h" #include "table/strings.h" #include "table/sprites.h" -- cgit v1.2.3-54-g00ecf