Skip to content

Commit

Permalink
Fix include.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Jan 28, 2025
1 parent 98b075a commit 3456acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bitcoin/system/preprocessor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
#define std_reduce(p, b, e, i, l) std::reduce((p), (b), (e), (i), (l))
#define std_transform(p, b, e, t, l) std::transform((p), (b), (e), (t), (l))
#else
#include <bitcoin/execution.hpp>
#include <bitcoin/system/execution.hpp>
#define std_any_of(p, b, e, l) std::any_of((b), (e), (l))
#define std_all_of(p, b, e, l) std::all_of((b), (e), (l))
#define std_for_each(p, b, e, l) std::for_each((b), (e), (l))
Expand Down

0 comments on commit 3456acd

Please sign in to comment.