~ruther/guix-local

ref: 8361b59fd4e918dbc30f33126862e3d60f7eda0e guix-local/gnu/packages/patches/tbb-gcc-14.patch -rw-r--r-- 366 bytes
8361b59f — Rutherther gnu: %desktop-services: Switch to GDM on 64-bit systems. 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
Upstream-status: Not presented upstream.

--- tbb-2021.6.0-checkout/test/common/utils_assert.h	1970-01-01 01:00:01.000000000 +0100
+++ tbb-2021.6.0-checkout/test/common/utils_assert.h	2025-01-02 16:35:04.800740811 +0100
@@ -20,6 +20,8 @@
 #include "config.h"
 #include "utils_report.h"
 
+#include <cstdlib>
+
 #define REPORT_FATAL_ERROR REPORT
 
 namespace utils {