diff --git a/src/openrct2/interface/Viewport.cpp b/src/openrct2/interface/Viewport.cpp index 6a8801be84..7bc105fe34 100644 --- a/src/openrct2/interface/Viewport.cpp +++ b/src/openrct2/interface/Viewport.cpp @@ -47,7 +47,7 @@ #include "WindowBase.h" #include -#include +#include #include namespace OpenRCT2 @@ -65,7 +65,7 @@ namespace OpenRCT2 uint8_t gShowLandRightsRefCount; uint8_t gShowConstructionRightsRefCount; - static sfl::segmented_vector _viewports; + static std::list _viewports; Viewport* g_music_tracking_viewport; static std::unique_ptr _paintJobs;