From e7e30af686ce00854295226e1849c9b97b9ee31b Mon Sep 17 00:00:00 2001 From: Dmitriy Sobolev Date: Mon, 7 Oct 2024 05:28:14 -0500 Subject: [PATCH] Include missing header (#1883) 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 f03c569825d..5a2bc3650f8 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 {