diff --git a/include/stdexec/__detail/__operation_states.hpp b/include/stdexec/__detail/__operation_states.hpp index 2c7ecdf80..f118fc862 100644 --- a/include/stdexec/__detail/__operation_states.hpp +++ b/include/stdexec/__detail/__operation_states.hpp @@ -24,6 +24,9 @@ #include namespace stdexec { + // operation state tag type + struct operation_state_t { }; + ///////////////////////////////////////////////////////////////////////////// // [execution.op_state] namespace __start {