Files
gentoo/dev-cpp/tbb/files/tbb-2021.7.0-abort.patch
Sam James 03ce8236d7 Revert "dev-cpp/tbb: drop versions"
This reverts commit 8ff260f7dc.

This breaks sci-libs/spqr.

Signed-off-by: Sam James <sam@gentoo.org>
2026-06-05 20:22:17 +01:00

12 lines
284 B
Diff

--- a/test/common/utils_assert.h 2026-03-27 11:39:14.886058730 +0100
+++ b/test/common/utils_assert.h 2026-03-27 11:40:24.429306039 +0100
@@ -20,6 +20,8 @@
#include "config.h"
#include "utils_report.h"
+#include <cstdlib>
+
#define REPORT_FATAL_ERROR REPORT
namespace utils {