summaryrefslogtreecommitdiff
path: root/src/cargopacket.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-28 16:33:28 +0000
committerrubidium <rubidium@openttd.org>2008-03-28 16:33:28 +0000
commit58e6e75320a3d6ca864625f6dbd2cbb961997edc (patch)
tree6a69ab984eec34d7e487f770b0ea7d0339c51682 /src/cargopacket.h
parent7f139373aa2f884ba6d74fd7a07030df4b29db62 (diff)
downloadopenttd-58e6e75320a3d6ca864625f6dbd2cbb961997edc.tar.xz
(svn r12468) -Codechange: move some type related stuff from station.h (and openttd.h) to station_type.h.
Diffstat (limited to 'src/cargopacket.h')
-rw-r--r--src/cargopacket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cargopacket.h b/src/cargopacket.h
index 866b41ad0..4b6397b62 100644
--- a/src/cargopacket.h
+++ b/src/cargopacket.h
@@ -7,6 +7,7 @@
#include "economy_type.h"
#include "tile_type.h"
+#include "station_type.h"
#include <list>
typedef uint32 CargoPacketID;