summaryrefslogtreecommitdiff
path: root/src/build_vehicle_gui.cpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-06-24 21:33:11 +0000
committeryexo <yexo@openttd.org>2009-06-24 21:33:11 +0000
commit44c15e4196d4f334659adf8bb50c452b8503d59d (patch)
treed4c90d13117f14bd46b47fa1dba4933f431264ac /src/build_vehicle_gui.cpp
parent05c695a647a3637925d24e4062b0cd4adcd1c851 (diff)
downloadopenttd-44c15e4196d4f334659adf8bb50c452b8503d59d.tar.xz
(svn r16647) -Codechange: remove newgrf.h include from newgrf_engine.h to prevent unnecessary inclusion newgrf.h anyway
Diffstat (limited to 'src/build_vehicle_gui.cpp')
-rw-r--r--src/build_vehicle_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build_vehicle_gui.cpp b/src/build_vehicle_gui.cpp
index 763f2022f..458a6efc2 100644
--- a/src/build_vehicle_gui.cpp
+++ b/src/build_vehicle_gui.cpp
@@ -24,6 +24,7 @@
#include "window_gui.h"
#include "engine_gui.h"
#include "settings_type.h"
+#include "cargotype.h"
#include "table/sprites.h"
#include "table/strings.h"