Skip to content

Commit fee6eb7

Browse files
[SYCL] Add missing include to JITContext.h (#8004)
Fix unique_lock not being found during compilation.
1 parent c461779 commit fee6eb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl-fusion/jit-compiler/include/JITContext.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#define SYCL_FUSION_JIT_COMPILER_JITCONTEXT_H
1111

1212
#include "llvm/IR/LLVMContext.h"
13+
#include <mutex>
1314
#include <shared_mutex>
1415
#include <unordered_map>
1516

0 commit comments

Comments
 (0)