Skip to content

Commit 29a5fe5

Browse files
algorithms: Fix for_each_index build error caused by missing invoke include
1 parent d7c9fe1 commit 29a5fe5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libs/core/algorithms/include/hpx/parallel/algorithms/for_each_index.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ namespace hpx { namespace experimental {
7373
#else
7474

7575
#include <hpx/config.hpp>
76+
#include <hpx/functional/invoke.hpp>
7677
#include <hpx/modules/concepts.hpp>
7778
#include <hpx/modules/execution.hpp>
7879
#include <hpx/modules/executors.hpp>

0 commit comments

Comments
 (0)