From 34006485875507b65ca2756827e13774ddd1e3db Mon Sep 17 00:00:00 2001 From: bjarni Date: Wed, 27 Sep 2006 15:47:00 +0000 Subject: (svn r6530) -Fix r6529: added missing header file (oops) --- depot_gui.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/depot_gui.c b/depot_gui.c index 494efa992..8e279866b 100644 --- a/depot_gui.c +++ b/depot_gui.c @@ -3,6 +3,8 @@ #include "stdafx.h" #include "openttd.h" #include "functions.h" +#include "train.h" +#include "roadveh.h" #include "ship.h" #include "aircraft.h" #include "table/strings.h" @@ -16,7 +18,6 @@ #include "vehicle_gui.h" #include "station_map.h" #include "newgrf_engine.h" -#include "train.h" enum { WIDGET_DEPOT_MOVE_NONE = 0 << 0, -- cgit v1.2.3-70-g09d2