summaryrefslogtreecommitdiff
path: root/src/order_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-31 06:42:26 +0000
committerrubidium <rubidium@openttd.org>2008-03-31 06:42:26 +0000
commit6f15d34fe53d317bb50688641cbf4ec48c6c82df (patch)
treeca1da1b595ee5229eb189471cdef8c2c304464b4 /src/order_gui.cpp
parentef2be7d0fc13aadeb124481943c573ff224162a9 (diff)
downloadopenttd-6f15d34fe53d317bb50688641cbf4ec48c6c82df.tar.xz
(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff).
Diffstat (limited to 'src/order_gui.cpp')
-rw-r--r--src/order_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/order_gui.cpp b/src/order_gui.cpp
index 8d2fd6b1d..5b1daa96d 100644
--- a/src/order_gui.cpp
+++ b/src/order_gui.cpp
@@ -25,6 +25,7 @@
#include "vehicle_func.h"
#include "settings_type.h"
#include "player_func.h"
+#include "newgrf_cargo.h"
#include "table/sprites.h"
#include "table/strings.h"