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/station_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/station_gui.cpp') diff --git a/src/station_gui.cpp b/src/station_gui.cpp index 19b87c68f..e63be0468 100644 --- a/src/station_gui.cpp +++ b/src/station_gui.cpp @@ -26,6 +26,7 @@ #include "widgets/dropdown_func.h" #include "newgrf_cargo.h" #include "string_func.h" +#include "player_base.h" #include "table/strings.h" #include "table/sprites.h" -- cgit v1.2.3-54-g00ecf