From eba67a3b8f7a16a56962b6ca582bf4206ce3790c Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 28 Mar 2008 16:33:28 +0000 Subject: (svn r12468) -Codechange: move some type related stuff from station.h (and openttd.h) to station_type.h. --- src/waypoint.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/waypoint.h') diff --git a/src/waypoint.h b/src/waypoint.h index c995dca0d..97e1c1ff7 100644 --- a/src/waypoint.h +++ b/src/waypoint.h @@ -8,6 +8,7 @@ #include "oldpool.h" #include "rail_map.h" #include "command_type.h" +#include "station_type.h" struct Waypoint; DECLARE_OLD_POOL(Waypoint, Waypoint, 3, 8000) -- cgit v1.2.3-54-g00ecf