summaryrefslogtreecommitdiff
path: root/dev-util/rocprofiler/files/rocprofiler-4.3.0-fix-gcc11.patch
blob: 0aec99627a4ac2ce13066f1461b73b3e90f6601a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: rocprofiler-rocm-4.3.0/test/ctrl/test_kernel.h
===================================================================
--- rocprofiler-rocm-4.3.0.orig/test/ctrl/test_kernel.h
+++ rocprofiler-rocm-4.3.0/test/ctrl/test_kernel.h
@@ -23,7 +23,7 @@ THE SOFTWARE.
 #ifndef TEST_CTRL_TEST_KERNEL_H_
 #define TEST_CTRL_TEST_KERNEL_H_
 
-#include <string.h>
+#include <string>
 #include <stdint.h>
 #include <map>