1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 12:33:17 +01:00

Readd algorithm header where it is used (#22000)

This commit is contained in:
Duncan
2024-05-10 10:37:01 +01:00
committed by GitHub
parent 2884e095c9
commit eded6e2129
6 changed files with 8 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
#include "SmallSceneryObject.h"
#include "WallObject.h"
#include <algorithm>
#include <array>
#include <memory>
#include <mutex>