summaryrefslogtreecommitdiff
path: root/src/waypoint.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-07 13:18:33 +0000
committerrubidium <rubidium@openttd.org>2008-05-07 13:18:33 +0000
commitcd7c99452f0fe99f0ad8ae6826c6e9892b137690 (patch)
tree5380a74fbff0d7fcd5e9b99de0df0aa6e71d2d04 /src/waypoint.cpp
parent0cfd2baa3c5d5f5e283bfde3e7b7dd8ec3f0d2f8 (diff)
downloadopenttd-cd7c99452f0fe99f0ad8ae6826c6e9892b137690.tar.xz
(svn r12989) -Codechange: move ViewportSign to viewport_type.h.
Diffstat (limited to 'src/waypoint.cpp')
-rw-r--r--src/waypoint.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/waypoint.cpp b/src/waypoint.cpp
index 99e099c07..8cf8880c1 100644
--- a/src/waypoint.cpp
+++ b/src/waypoint.cpp
@@ -32,6 +32,7 @@
#include "settings_type.h"
#include "newgrf_station.h"
#include "oldpool_func.h"
+#include "viewport_func.h"
#include "table/strings.h"