From 4284490a281bf5ea6c8f4536b6781a83b0691060 Mon Sep 17 00:00:00 2001 From: Konstantinos Parasyris Date: Mon, 6 Jul 2026 07:14:56 -0700 Subject: [PATCH] Re-introduce algorithm cause of breaking tests --- sycl/include/sycl/sycl.hpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sycl/include/sycl/sycl.hpp b/sycl/include/sycl/sycl.hpp index b77a98f89258e..61e9814ef1d5d 100644 --- a/sycl/include/sycl/sycl.hpp +++ b/sycl/include/sycl/sycl.hpp @@ -33,9 +33,11 @@ can be disabled by setting SYCL_DISABLE_FSYCL_SYCLHPP_WARNING macro.") #undef __SYCL_STRINGIFY #ifndef __INTEL_PREVIEW_BREAKING_CHANGES -// is not a iostream "provider", however iostream was included -// in some of SYCL transitive headers. Customers relied on that inclusion, so it -// should be kept for now and be removed once breaking changes are allowed. +// is not a iostream or algorithm "provider", however both were +// included in some of SYCL transitive headers. Customers relied on that +// inclusion, so it should be kept for now and be removed once breaking changes +// are allowed. +#include #include #endif