Skip to content

Commit 1efee63

Browse files
ronliebb-sumner
authored andcommitted
Add include Platform.h to hostexec_invoke.cpp for issue: __oclc_ISA_version
1 parent 18e642e commit 1efee63

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)