From 0cffabe57169e5f4178798bfcc42b8d9cafa886d Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Wed, 23 Sep 2020 10:04:40 +0100 Subject: [PATCH] Add missing include See: #191 --- src/road_gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/road_gui.cpp b/src/road_gui.cpp index d68c470b76..ececa388d5 100644 --- a/src/road_gui.cpp +++ b/src/road_gui.cpp @@ -32,11 +32,11 @@ #include "core/geometry_func.hpp" #include "date_func.h" #include "station_map.h" - #include "widgets/road_widget.h" - #include "table/strings.h" +#include + #include "safeguards.h" static void ShowRVStationPicker(Window *parent, RoadStopType rs);