~ruther/guix-local

ref: 4c6b48a69ff1c8be4b562defd5dfa1ccc8fe9003 guix-local/gnu/packages/patches/strutcpp-fix-includes.patch -rw-r--r-- 373 bytes
4c6b48a6 — Maxim Cournoyer gnu: kdeplasma-addons: Update to 6.3.6. 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
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"