From 629c4a617f3aee49ba63d13e5d927b31f3ce2ed5 Mon Sep 17 00:00:00 2001 From: Hari Hara Naveen S Date: Sat, 12 Aug 2023 15:44:28 -0500 Subject: [PATCH] fixing missing concept header Signed-off-by: Hari Hara Naveen S --- libs/core/algorithms/include/hpx/parallel/util/loop.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/core/algorithms/include/hpx/parallel/util/loop.hpp b/libs/core/algorithms/include/hpx/parallel/util/loop.hpp index 101e36ef34b2..875837316f8d 100644 --- a/libs/core/algorithms/include/hpx/parallel/util/loop.hpp +++ b/libs/core/algorithms/include/hpx/parallel/util/loop.hpp @@ -8,6 +8,7 @@ #include #include +#include #include #include #include