File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 39
39
# ifdef __APPLE__
40
40
# include < sys/sysctl.h>
41
41
# endif
42
- # include < boost/process/v2.hpp>
43
42
# include < boost/process/v2/src.hpp>
44
- # else
45
- # include < boost/process/v2.hpp>
46
43
# endif
44
+ # include < boost/process/v2/environment.hpp>
45
+ # include < boost/process/v2/error.hpp>
46
+ # include < boost/process/v2/execute.hpp>
47
+ # include < boost/process/v2/exit_code.hpp>
48
+ # include < boost/process/v2/pid.hpp>
49
+ # include < boost/process/v2/popen.hpp>
50
+ # include < boost/process/v2/process.hpp>
51
+ # include < boost/process/v2/process_handle.hpp>
52
+ # include < boost/process/v2/start_dir.hpp>
53
+ # include < boost/process/v2/stdio.hpp>
47
54
# include < unordered_map>
48
55
# else
49
56
// We need BOOST_USE_WINDOWS_H definition with MinGW when we use
You can’t perform that action at this time.
0 commit comments