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