summaryrefslogtreecommitdiff
path: root/depot_gui.c
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-09-27 15:47:00 +0000
committerbjarni <bjarni@openttd.org>2006-09-27 15:47:00 +0000
commit80abdad221db9a54d7eb3e3fc72c976a0f8c1ae0 (patch)
treee2221f9d0c8a15808f228506ebed638b42cf0140 /depot_gui.c
parentfcc39c454af988d11caf032fcc7daa659fabb753 (diff)
downloadopenttd-80abdad221db9a54d7eb3e3fc72c976a0f8c1ae0.tar.xz
(svn r6530) -Fix r6529: added missing header file (oops)
Diffstat (limited to 'depot_gui.c')
-rw-r--r--depot_gui.c3
1 files changed, 2 insertions, 1 deletions
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,