Skip to content

Commit 0a65e1b

Browse files
committed
Add missing forward declaration
Signed-off-by: Julian Oppermann <[email protected]>
1 parent db562cb commit 0a65e1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/source/detail/jit_compiler.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ enum class BinaryFormat : uint32_t;
2323
class JITContext;
2424
struct SYCLKernelInfo;
2525
struct SYCLKernelAttribute;
26+
struct RTCBundleInfo;
2627
template <typename T> class DynArray;
2728
using ArgUsageMask = DynArray<uint8_t>;
2829
using JITEnvVar = DynArray<char>;

0 commit comments

Comments
 (0)