blob: 0a7deec96a5d0ae03d8eb7fd134c23c3ec95baf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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 {
|