From 69def5a2d15631b9066da8389e8646eef7d594d5 Mon Sep 17 00:00:00 2001 From: "Larsen, Steffen" Date: Fri, 5 Dec 2025 09:03:44 -0800 Subject: [PATCH] [SYCL] Add work_group_static header to sycl.hpp Adding the work_group_static.hpp header to sycl.hpp was missed in the implementation of the extension. This commit amends this. Signed-off-by: Larsen, Steffen --- sycl/include/sycl/sycl.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sycl/include/sycl/sycl.hpp b/sycl/include/sycl/sycl.hpp index cf75d0c9c68ec..c7214b44ef2b2 100644 --- a/sycl/include/sycl/sycl.hpp +++ b/sycl/include/sycl/sycl.hpp @@ -157,6 +157,7 @@ can be disabled by setting SYCL_DISABLE_FSYCL_SYCLHPP_WARNING macro.") #include #include #include +#include #include #include #include