summaryrefslogtreecommitdiff
path: root/src/waypoint.h
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.h
parent0cfd2baa3c5d5f5e283bfde3e7b7dd8ec3f0d2f8 (diff)
downloadopenttd-cd7c99452f0fe99f0ad8ae6826c6e9892b137690.tar.xz
(svn r12989) -Codechange: move ViewportSign to viewport_type.h.
Diffstat (limited to 'src/waypoint.h')
-rw-r--r--src/waypoint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/waypoint.h b/src/waypoint.h
index a6ba958ae..36014f7ca 100644
--- a/src/waypoint.h
+++ b/src/waypoint.h
@@ -11,6 +11,7 @@
#include "command_type.h"
#include "station_type.h"
#include "town_type.h"
+#include "viewport_type.h"
DECLARE_OLD_POOL(Waypoint, Waypoint, 3, 8000)