Skip to content

Commit a31463c

Browse files
authored
Merge pull request STEllAR-GROUP#6690 from STEllAR-GROUP/run_on_all
Fixing bad #include in example
2 parents 205bbcb + 5a18c50 commit a31463c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/core/algorithms/examples/run_on_all.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
66

77
#include <hpx/experimental/run_on_all.hpp>
8-
#include <hpx/hpx.hpp>
98
#include <hpx/hpx_main.hpp>
9+
#include <hpx/modules/runtime_local.hpp>
10+
#include <hpx/modules/synchronization.hpp>
1011

1112
#include <cstdlib>
1213
#include <iostream>

0 commit comments

Comments
 (0)