Skip to content

Commit 1156d84

Browse files
authored
[SYCL] Fix error ‘CHAR_BIT’ was not declared in this scope in sycl/source/stream.cpp (#10726)
Fix: error: ‘CHAR_BIT’ was not declared in this scope
1 parent a5ded6c commit 1156d84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/source/stream.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
#include <sycl/properties/all_properties.hpp>
1212
#include <sycl/stream.hpp>
1313

14+
#include <climits>
15+
1416
namespace sycl {
1517
inline namespace _V1 {
1618

0 commit comments

Comments
 (0)