Skip to content

Commit f022906

Browse files
authored
[SYCL] Fix Windows build (#17183)
Fixes build error on Windows: ``` llvm\sycl-jit\jit-compiler\lib\KernelFusion.cpp(269): error C3083: 'high_resolution_clock': the symbol to the left of a '::' must be a type llvm\sycl-jit\jit-compiler\lib\KernelFusion.cpp(269): error C3861: 'now': identifier not found ```
1 parent 8fa2a12 commit f022906

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl-jit/jit-compiler/lib/KernelFusion.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
#include <clang/Driver/Options.h>
2929

30+
#include <chrono>
3031
#include <sstream>
3132

3233
using namespace jit_compiler;

0 commit comments

Comments
 (0)