Add missing <array> include

See: #191
This commit is contained in:
Jonathan G Rennison
2020-09-23 10:04:40 +01:00
parent 2ded309430
commit 0cffabe571

View File

@@ -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);