From a611244b31cd89bdb1e2af83291ec2f473bb56b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Mon, 6 May 2024 22:40:36 +0200 Subject: [PATCH] Fix #21976: Add algorithm include to fix gcc14 compile (#21977) Co-authored-by: H3o66 --- src/openrct2/core/FileWatcher.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openrct2/core/FileWatcher.cpp b/src/openrct2/core/FileWatcher.cpp index afb9177c18..b3c24db6c6 100644 --- a/src/openrct2/core/FileWatcher.cpp +++ b/src/openrct2/core/FileWatcher.cpp @@ -7,6 +7,7 @@ * OpenRCT2 is licensed under the GNU General Public License version 3. *****************************************************************************/ +#include #include #include #include