# HG changeset patch # User bjarni # Date 1159372020 0 # Node ID 113ca7bde0692294e1c8f0d55056751caceda3a3 # Parent 9f72ab9dc4a70658578ee59f4cb61d620a9292b3 (svn r6530) -Fix r6529: added missing header file (oops) diff -r 9f72ab9dc4a7 -r 113ca7bde069 depot_gui.c --- a/depot_gui.c Wed Sep 27 15:40:55 2006 +0000 +++ b/depot_gui.c Wed Sep 27 15:47:00 2006 +0000 @@ -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,