summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/strutcpp-fix-includes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patches/strutcpp-fix-includes.patch')
-rw-r--r--gnu/packages/patches/strutcpp-fix-includes.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/packages/patches/strutcpp-fix-includes.patch b/gnu/packages/patches/strutcpp-fix-includes.patch
new file mode 100644
index 0000000000..7f21cc6e4e
--- /dev/null
+++ b/gnu/packages/patches/strutcpp-fix-includes.patch
@@ -0,0 +1,11 @@
+Reported upstream by email to Ingo Ruhnke <grumbel@gmail.com>.
+
+diff -u -r a/test/numeric_less_test.cpp b/test/numeric_less_test.cpp
+--- a/test/numeric_less_test.cpp 2025-07-20 13:02:31.088465392 +0200
++++ b/test/numeric_less_test.cpp 2025-07-20 13:03:49.283025547 +0200
+@@ -1,4 +1,5 @@
+ #include <gtest/gtest.h>
++#include <algorithm>
+
+ #include "strut/numeric_less.hpp"
+