Skip to content

Commit 666c71f

Browse files
authored
[SYCLomatic] Add the missing std header for features/cublas-extension (#753)
Signed-off-by: Jiang, Zhiwei <[email protected]>
1 parent 4fcf105 commit 666c71f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/feature_case/cublas/cublas-extension.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include <vector>
1313
#include <cstdio>
1414
#include <complex>
15+
#include <cstdint>
1516

1617
template<class d_data_t>
1718
struct Data {

0 commit comments

Comments
 (0)