Skip to content

Commit a5843eb

Browse files
authored
Add <bulk.hpp> to <execution.hpp> (#181)
* fixed how product_type access is done * clang-format * added missing bulk.hpp header to execution.hpp
1 parent fc77f77 commit a5843eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/beman/execution/execution.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#include <beman/execution/detail/connect.hpp>
3939
#include <beman/execution/detail/schedule.hpp>
4040

41+
#include <beman/execution/detail/bulk.hpp>
4142
#include <beman/execution/detail/continues_on.hpp>
4243
#include <beman/execution/detail/into_variant.hpp>
4344
#include <beman/execution/detail/just.hpp>

0 commit comments

Comments
 (0)