From 934c41a1fc69fe7115825978bbf5693e7c811d20 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 22 Apr 2025 10:57:22 +0200 Subject: [PATCH] openmw: add missing include --- srcpkgs/openmw/patches/algorithm.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/openmw/patches/algorithm.patch diff --git a/srcpkgs/openmw/patches/algorithm.patch b/srcpkgs/openmw/patches/algorithm.patch new file mode 100644 index 00000000000..3a1a666ed57 --- /dev/null +++ b/srcpkgs/openmw/patches/algorithm.patch @@ -0,0 +1,10 @@ +--- a/components/bsa/bsa_file.cpp 2023-08-08 11:23:20.000000000 +0200 ++++ - 2025-04-22 10:55:08.517484675 +0200 +@@ -26,6 +26,7 @@ + #include + + #include ++#include + + #include + #include