about summary refs log tree commit diff
path: root/pkgs/development/libraries/tbb/gcc13-fixes-2021.5.0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/tbb/gcc13-fixes-2021.5.0.patch')
-rw-r--r--pkgs/development/libraries/tbb/gcc13-fixes-2021.5.0.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/development/libraries/tbb/gcc13-fixes-2021.5.0.patch b/pkgs/development/libraries/tbb/gcc13-fixes-2021.5.0.patch
new file mode 100644
index 0000000000000..28b5a0e695f70
--- /dev/null
+++ b/pkgs/development/libraries/tbb/gcc13-fixes-2021.5.0.patch
@@ -0,0 +1,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 {