Skip to content

Commit 59325ac

Browse files
author
Alexander Batashev
committed
Fix some includes
Signed-off-by: Alexander Batashev <[email protected]>
1 parent 37a97dd commit 59325ac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

sycl/source/context.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
#include <CL/sycl/exception_list.hpp>
1515
#include <CL/sycl/platform.hpp>
1616
#include <CL/sycl/stl.hpp>
17-
#include <algorithm>
1817
#include <detail/context_impl.hpp>
18+
19+
#include <algorithm>
1920
#include <memory>
2021
#include <utility>
2122

sycl/unittests/thread_safety/ThreadUtils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <detail/scheduler/scheduler.hpp>
2+
23
#include <thread>
34
#include <vector>
45

0 commit comments

Comments
 (0)