From 22ba230bd514d0490cc06ae85fd42b8abdbdd941 Mon Sep 17 00:00:00 2001 From: Alexey Bader Date: Thu, 27 Jul 2023 21:39:09 -0700 Subject: [PATCH] [SYCL] Add missing include for uint16_t type half_type.hpp uses uint16_t type without including proper standard library header. --- sycl/include/sycl/half_type.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sycl/include/sycl/half_type.hpp b/sycl/include/sycl/half_type.hpp index 153424e27f7ef..1b030ecc87aab 100644 --- a/sycl/include/sycl/half_type.hpp +++ b/sycl/include/sycl/half_type.hpp @@ -15,6 +15,7 @@ #include #include +#include // for uint16_t #include #include