diff options
Diffstat (limited to 'src/waypoint_func.h')
-rw-r--r-- | src/waypoint_func.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/waypoint_func.h b/src/waypoint_func.h index 0709eee49..f55af4429 100644 --- a/src/waypoint_func.h +++ b/src/waypoint_func.h @@ -7,7 +7,7 @@ #include "rail_type.h" #include "command_type.h" -#include "waypoint_type.h" +#include "station_type.h" CommandCost RemoveTrainWaypoint(TileIndex tile, DoCommandFlag flags, bool justremove); CommandCost RemoveBuoy(TileIndex tile, DoCommandFlag flags); |