1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +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

@@ -23,6 +23,7 @@
#include "ObjectLimits.h"
#include "ObjectRepository.h"
#include <algorithm>
#include <cstring>
#include <stdexcept>