mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
This reverts commit 8ff260f7dc.
This breaks sci-libs/spqr.
Signed-off-by: Sam James <sam@gentoo.org>
12 lines
284 B
Diff
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 {
|