1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Add iterator include to SurfaceSelection.cpp (#23532)

This commit is contained in:
Matt
2025-01-03 17:37:33 +02:00
committed by GitHub
parent 01a4ad5ddf
commit 4e4f24ef6c

View File

@@ -19,6 +19,7 @@
#include "MapGen.h"
#include <algorithm>
#include <iterator>
namespace OpenRCT2::World::MapGenerator
{