mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
* 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
11 lines
373 B
Diff
11 lines
373 B
Diff
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"
|
|
|