From 6f15d34fe53d317bb50688641cbf4ec48c6c82df 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/order_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/order_gui.cpp') diff --git a/src/order_gui.cpp b/src/order_gui.cpp index 8d2fd6b1d..5b1daa96d 100644 --- a/src/order_gui.cpp +++ b/src/order_gui.cpp @@ -25,6 +25,7 @@ #include "vehicle_func.h" #include "settings_type.h" #include "player_func.h" +#include "newgrf_cargo.h" #include "table/sprites.h" #include "table/strings.h" -- cgit v1.2.3-54-g00ecf