diff --git a/include/spinscale/co/group.h b/include/spinscale/co/group.h index e0e5b64..ff6f895 100644 --- a/include/spinscale/co/group.h +++ b/include/spinscale/co/group.h @@ -471,7 +471,7 @@ struct Group std::size_t settlementIndex) noexcept { /** EXPLANATION: - * It's very convenient that our design for the NonViralNonSuspendingInvoker + * It's very convenient that our design for the NonViralPostingInvoker * coincidentally allows us to supply a lambda that can be used to test * for the settlement conditions that are being waited on by the Group's * co_awaiter. diff --git a/include/spinscale/co/invokers.h b/include/spinscale/co/invokers.h index a182ad8..dc70399 100644 --- a/include/spinscale/co/invokers.h +++ b/include/spinscale/co/invokers.h @@ -10,6 +10,7 @@ #include #include +#include #include namespace sscl::co { @@ -21,7 +22,7 @@ namespace sscl::co { * from get_return_object(). ~PostingInvoker destroys the callee frame. */ template