Skip to content

Commit eacb9bc

Browse files
committed
Add include Platform.h to hostexec_invoke.cpp for issue: __oclc_ISA_version
1 parent 0099643 commit eacb9bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

offload/hostexec/src/hostexec_invoke.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
#include <stdint.h>
3+
#include "Platform.h"
34

45
#define GLOB_ATTR __attribute__((address_space(1)))
56
#define __static_inl static __attribute__((flatten, always_inline))

0 commit comments

Comments
 (0)