diff --git a/include/boost/process/v2/detail/process_handle_windows.hpp b/include/boost/process/v2/detail/process_handle_windows.hpp index 662d249f1..20330e985 100644 --- a/include/boost/process/v2/detail/process_handle_windows.hpp +++ b/include/boost/process/v2/detail/process_handle_windows.hpp @@ -308,7 +308,7 @@ struct basic_process_handle_win public: template> - auto async_wait(WaitHandler &&handler = default_completion_token_t()) + auto async_wait(WaitHandler &&handler = net::default_completion_token_t()) -> decltype(net::async_compose( async_wait_op_{handle_}, handler, handle_)) {