Add missing <array> include

See: #191
pull/195/head
Jonathan G Rennison 4 years ago
parent 2ded309430
commit 0cffabe571

@ -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 <array>
#include "safeguards.h"
static void ShowRVStationPicker(Window *parent, RoadStopType rs);

Loading…
Cancel
Save