summaryrefslogtreecommitdiff
path: root/src/station_base.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-07 13:10:15 +0000
committerrubidium <rubidium@openttd.org>2008-05-07 13:10:15 +0000
commit3d5567ccf767160de35b67bd165abe3badf487fe (patch)
treebcef44c109a8918a321975b6aaaff9a98017d596 /src/station_base.h
parent7ccda80b0bae730f17d6863df84e78ea455ff1db (diff)
downloadopenttd-3d5567ccf767160de35b67bd165abe3badf487fe.tar.xz
(svn r12987) -Codechange: split viewport and tile selection.
Diffstat (limited to 'src/station_base.h')
-rw-r--r--src/station_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/station_base.h b/src/station_base.h
index ca311d0f1..94f88d85f 100644
--- a/src/station_base.h
+++ b/src/station_base.h
@@ -16,6 +16,7 @@
#include "vehicle_type.h"
#include "player_type.h"
#include "core/geometry_type.hpp"
+#include "viewport_type.h"
#include <list>
DECLARE_OLD_POOL(Station, Station, 6, 1000)