diff --git a/include/boost/process/v2/environment.hpp b/include/boost/process/v2/environment.hpp index 69bacb663..7f1b28ef5 100644 --- a/include/boost/process/v2/environment.hpp +++ b/include/boost/process/v2/environment.hpp @@ -1805,6 +1805,7 @@ struct process_environment } + BOOST_PROCESS_V2_DECL error_code on_setup(posix::default_launcher & launcher, const filesystem::path &, const char * const *); @@ -1886,6 +1887,8 @@ struct hash #if defined(BOOST_PROCESS_V2_HEADER_ONLY) + +#include #include #endif