From 70a9ee45cb13642f6135860c8cf074fe69fdd920 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Sun, 20 Jul 2025 13:08:10 +0200 Subject: gnu: strutcpp: Fix build. * gnu/packages/patches/strutcpp-fix-includes.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/cpp.scm (strutcpp): Apply patch. Change-Id: I459f2774d98341417cbec6c271417b97e2477269 --- gnu/packages/patches/strutcpp-fix-includes.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gnu/packages/patches/strutcpp-fix-includes.patch (limited to 'gnu/packages/patches/strutcpp-fix-includes.patch') diff --git a/gnu/packages/patches/strutcpp-fix-includes.patch b/gnu/packages/patches/strutcpp-fix-includes.patch new file mode 100644 index 00000000000..7f21cc6e4e5 --- /dev/null +++ b/gnu/packages/patches/strutcpp-fix-includes.patch @@ -0,0 +1,11 @@ +Reported upstream by email to Ingo Ruhnke . + +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 ++#include + + #include "strut/numeric_less.hpp" + -- cgit v1.3