Skip to content

Commit 3456acd

Browse files
committed
Fix include.
1 parent 98b075a commit 3456acd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/bitcoin/system/preprocessor.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
#define std_reduce(p, b, e, i, l) std::reduce((p), (b), (e), (i), (l))
214214
#define std_transform(p, b, e, t, l) std::transform((p), (b), (e), (t), (l))
215215
#else
216-
#include <bitcoin/execution.hpp>
216+
#include <bitcoin/system/execution.hpp>
217217
#define std_any_of(p, b, e, l) std::any_of((b), (e), (l))
218218
#define std_all_of(p, b, e, l) std::all_of((b), (e), (l))
219219
#define std_for_each(p, b, e, l) std::for_each((b), (e), (l))

0 commit comments

Comments
 (0)