Skip to content

Commit 5d0e93c

Browse files
committed
Add stdio.h to hipmalloc-omptarget-multifile/support.cpp
1 parent fadcd30 commit 5d0e93c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/smoke/hipmalloc-omptarget-multifile/support.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "hip/hip_runtime.h"
22
#include "support.h"
3+
#include "stdio.h"
34

45
void printHipError(hipError_t error) {
56
fprintf(stderr,"Hip Error: %s\n", hipGetErrorString(error));

0 commit comments

Comments
 (0)