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

Fix #21976: Add algorithm include to fix gcc14 compile (#21977)

Co-authored-by: H3o66 <chris.h3o66@gmail.com>
This commit is contained in:
Michał Janiszewski
2024-05-06 22:40:36 +02:00
committed by GitHub
parent d6ce62e74f
commit a611244b31

View File

@@ -7,6 +7,7 @@
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#include <algorithm>
#include <array>
#include <cstdio>
#include <stdexcept>