summaryrefslogtreecommitdiff
path: root/src/newgrf_station.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-11-05 19:46:17 +0000
committerfrosch <frosch@openttd.org>2009-11-05 19:46:17 +0000
commit79627b4f8952da6a6d6132d9428ce037aeaae9df (patch)
tree6b9df6eb573db144ea20096edad74759d7a742d6 /src/newgrf_station.cpp
parentb92c6b3741500439521019ca28690b456712df2a (diff)
downloadopenttd-79627b4f8952da6a6d6132d9428ce037aeaae9df.tar.xz
(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h
Diffstat (limited to 'src/newgrf_station.cpp')
-rw-r--r--src/newgrf_station.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_station.cpp b/src/newgrf_station.cpp
index e3d1ff3d9..b701ec3b6 100644
--- a/src/newgrf_station.cpp
+++ b/src/newgrf_station.cpp
@@ -16,6 +16,7 @@
#include "station_base.h"
#include "waypoint_base.h"
#include "roadstop_base.h"
+#include "newgrf_cargo.h"
#include "newgrf_commons.h"
#include "newgrf_station.h"
#include "newgrf_spritegroup.h"