Skip to content

Commit 0b46dd6

Browse files
jinz2014Jin Z
andauthored
[SYCL] Fix the error SIZE_MAX not declared (#9363)
Thank you for reviewing the PR for #9348 Co-authored-by: Jin Z <[email protected]>
1 parent 35fe4a2 commit 0b46dd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/include/sycl/sycl_span.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ template<class Container>
127127
#include <array> // for array
128128
#include <cassert> // for assert
129129
#include <cstddef> // for byte
130+
#include <cstdint> // for SIZE_MAX
130131
#include <iterator> // for iterators
131132
#include <type_traits> // for remove_cv, etc
132133

0 commit comments

Comments
 (0)