summaryrefslogtreecommitdiff
path: root/dev-util/hip/files/hip-4.3.0-hip_vector_types.patch
blob: faad9629740fe94f3e08197befc74695b5eb86e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
mitigate compilation error
--- a/include/hip/amd_detail/hip_vector_types.h
+++ b/include/hip/amd_detail/hip_vector_types.h
@@ -45,6 +45,7 @@ THE SOFTWARE.

 #if defined(__cplusplus)
 #if !defined(__HIPCC_RTC__)
+    #include <new>
     #include <array>
     #include <iosfwd>
     #include <type_traits>