Skip to content

Commit 39f46a5

Browse files
authored
Merge pull request #81 from AMD-Lightning-Internal/amd/dev/rlieberm/7.0CPswdev543585
Add stdio.h to hipmalloc-omptarget-multifile/support.cpp
2 parents b2a1d76 + 265eb28 commit 39f46a5

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)