summaryrefslogtreecommitdiff
path: root/src/station.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-07 14:02:26 +0000
committerrubidium <rubidium@openttd.org>2008-01-07 14:02:26 +0000
commit71d4004a851536b961fe2c90a1fcae234769f674 (patch)
treeda6be8b1f4ec1cdb8a848d1ab9915d7dddf2ff8b /src/station.h
parente2f7ec1d3e8b546f5faa3ed6d7fd28363629daf3 (diff)
downloadopenttd-71d4004a851536b961fe2c90a1fcae234769f674.tar.xz
(svn r11776) -Codechange: more header splittings to reduce the dependencies.
Diffstat (limited to 'src/station.h')
-rw-r--r--src/station.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/station.h b/src/station.h
index 000dbd22c..c80a43fa7 100644
--- a/src/station.h
+++ b/src/station.h
@@ -13,6 +13,7 @@
#include "newgrf_station.h"
#include "cargopacket.h"
#include "cargo_type.h"
+#include "town_type.h"
#include "core/geometry_type.hpp"
#include <list>
#include <set>