summaryrefslogtreecommitdiff
path: root/sci-libs/hipCUB/files/hipCUB-4.3.0-add-memory-header.patch
blob: c9991944101ae98dec2c920cc407133be30a3563 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
resolves compilation error: no template named 'shared_ptr' in namespace 'std'

--- orig/benchmark/benchmark_device_radix_sort.cpp	2021-08-26 11:37:12.587196186 +0800
+++ hipCUB-rocm-4.3.0/benchmark/benchmark_device_radix_sort.cpp	2021-08-26 11:37:27.459196285 +0800
@@ -21,6 +21,7 @@
 // SOFTWARE.
 
 #include "common_benchmark_header.hpp"
+#include <memory>
 
 // HIP API
 #include "hipcub/device/device_radix_sort.hpp"