Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit a0d367e

Browse files
authored
[SYCL] Fix test build with MS VS 2019 (#47)
Header include is missed for std::max_element. The problem is exposed only for MS VS 2019
1 parent adeb4f5 commit a0d367e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SYCL/Regression/get_subgroup_sizes.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
//===----------------------------------------------------------------------===//
1414

1515
#include <CL/sycl.hpp>
16+
#include <algorithm>
1617

1718
using namespace cl::sycl;
1819

0 commit comments

Comments
 (0)