From 877ca99198b7c4113d18d2c2aa744732b843d735 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 31 Mar 2008 06:42:26 +0000 Subject: (svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff). --- 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 ab35ea2ff..b28f96211 100644 --- a/src/station_gui.cpp +++ b/src/station_gui.cpp @@ -24,6 +24,7 @@ #include "viewport_func.h" #include "gfx_func.h" #include "widgets/dropdown_func.h" +#include "newgrf_cargo.h" #include "table/strings.h" #include "table/sprites.h" -- cgit v1.2.3-54-g00ecf