From 8d372cb5108d551cd957ea2a1bcdafa154230fdb Mon Sep 17 00:00:00 2001 From: Klemens Morgenstern Date: Mon, 14 Aug 2023 17:28:08 +0800 Subject: [PATCH] v2::environment link fixes --- include/boost/process/v2/environment.hpp | 3 +++ 1 file changed, 3 insertions(+) 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