From f3c79afa2867da4beed52dbebd7b727ca7b904be Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 22 Jul 2024 13:47:58 -0700 Subject: Updated to 0.4.12 --- add-algorithm-include-gcc-14.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 add-algorithm-include-gcc-14.patch (limited to 'add-algorithm-include-gcc-14.patch') diff --git a/add-algorithm-include-gcc-14.patch b/add-algorithm-include-gcc-14.patch deleted file mode 100644 index 16b109d..0000000 --- a/add-algorithm-include-gcc-14.patch +++ /dev/null @@ -1,21 +0,0 @@ -From ab067e45460d9b8619344b814f2fe21f0a5d5cb9 Mon Sep 17 00:00:00 2001 -From: H3o66 -Date: Mon, 6 May 2024 21:37:14 +0200 -Subject: [PATCH] fix: add algorithm include to fix gcc14 compile - ---- - 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 afb9177c1818..b3c24db6c65f 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 -- cgit v1.2.1