Skip to content

Commit 8ecfa97

Browse files
authored
[SYCL] Add missing include for uint16_t type (#10605)
half_type.hpp uses uint16_t type without including proper standard library header.
1 parent 9dce2d2 commit 8ecfa97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/include/sycl/half_type.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include <sycl/detail/iostream_proxy.hpp>
1616
#include <sycl/detail/vector_traits.hpp>
1717

18+
#include <cstdint> // for uint16_t
1819
#include <functional>
1920
#include <limits>
2021

0 commit comments

Comments
 (0)