Skip to content

Commit 8262fd8

Browse files
[SYCL] fix for windows compilation (#6408)
#6388 overlooked inclusion needed for windows Signed-off-by: Chris Perkins <[email protected]>
1 parent 24e0b82 commit 8262fd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/source/detail/event_impl.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <atomic>
2020
#include <cassert>
2121
#include <condition_variable>
22+
#include <optional>
2223

2324
__SYCL_INLINE_NAMESPACE(cl) {
2425
namespace sycl {

0 commit comments

Comments
 (0)