File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 3131#include < boost/asio/buffers_iterator.hpp>
3232#include < boost/asio/io_context.hpp>
3333#include < boost/asio/streambuf.hpp>
34+ #if BOOST_VERSION >= 108600
35+ #include < boost/process/v1/async.hpp>
36+ #include < boost/process/v1/child.hpp>
37+ #include < boost/process/v1/env.hpp>
38+ #include < boost/process/v1/environment.hpp>
39+ #include < boost/process/v1/group.hpp>
40+ #include < boost/process/v1/io.hpp>
41+ #include < boost/process/v1/search_path.hpp>
42+ #else
3443#include < boost/process/async.hpp>
3544#include < boost/process/child.hpp>
3645#include < boost/process/env.hpp>
3948#include < boost/process/io.hpp>
4049#include < boost/process/search_path.hpp>
4150#endif
51+ #endif
4252
4353#ifdef PLATFORM_WINDOWS
4454#include < windows.h>
You can’t perform that action at this time.
0 commit comments