From 12030a1ffa9fb9e3db794c30101d330684d7fb5c Mon Sep 17 00:00:00 2001 From: Dmitriy Sobolev Date: Mon, 7 Oct 2024 04:58:05 -0500 Subject: [PATCH] Include missing header Signed-off-by: Dmitriy Sobolev --- include/oneapi/dpl/pstl/utils_ranges.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/oneapi/dpl/pstl/utils_ranges.h b/include/oneapi/dpl/pstl/utils_ranges.h index f03c569825..5a2bc3650f 100644 --- a/include/oneapi/dpl/pstl/utils_ranges.h +++ b/include/oneapi/dpl/pstl/utils_ranges.h @@ -21,6 +21,7 @@ #include "iterator_defs.h" #include "iterator_impl.h" +#include "execution_defs.h" // __internal::__difference_t namespace oneapi {