summaryrefslogtreecommitdiff
path: root/src/station.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-04-24 09:55:20 +0000
committersmatz <smatz@openttd.org>2008-04-24 09:55:20 +0000
commit26206fa11682313e8cbe2f19441c5dbdce63ef74 (patch)
tree425b0f3d08a6a6ba4e8c57af527383861642e162 /src/station.cpp
parent1a26e293330e6e2622547692af7e96056e9207bc (diff)
downloadopenttd-26206fa11682313e8cbe2f19441c5dbdce63ef74.tar.xz
(svn r12862) -Codechange: reduce code duplication for VehicleType -> WindowClass lookup
Diffstat (limited to 'src/station.cpp')
-rw-r--r--src/station.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/station.cpp b/src/station.cpp
index ecca12b02..f0c7c3694 100644
--- a/src/station.cpp
+++ b/src/station.cpp
@@ -21,6 +21,7 @@
#include "yapf/yapf.h"
#include "cargotype.h"
#include "roadveh.h"
+#include "window_type.h"
#include "station_gui.h"
#include "zoom_func.h"
#include "functions.h"