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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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>