1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Fix compilation on Arch Linux with GCC 14 (#22031)

Fixes #22029
This commit is contained in:
Michał Janiszewski
2024-05-14 00:09:00 +02:00
committed by GitHub
parent 104a5d5222
commit 3c35558f3f
10 changed files with 14 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
#pragma once
#include <algorithm>
#include <functional>
template<class ForwardIt, class T, class Compare = std::less<>>