about summary refs log tree commit diff
path: root/pkgs/development/libraries/tbb/gcc13-fixes-2021.5.0.patch
blob: 28b5a0e695f702118a035252fddd69b4dd2e1f6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/common/utils_assert.h b/test/common/utils_assert.h
index 33bc8ab4..a3d21baf 100644
--- a/test/common/utils_assert.h
+++ b/test/common/utils_assert.h
@@ -20,6 +20,8 @@
 #include "config.h"
 #include "utils_report.h"
 
+#include <cstdlib>
+
 #define REPORT_FATAL_ERROR REPORT
 
 namespace utils {