Skip to content

Commit 4c33c60

Browse files
committed
Restore support for Boost < 1.86 after supporting Boost >= 1.88
1 parent 5673c43 commit 4c33c60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/testutils.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
#include <boost/process/group.hpp>
4848
#include <boost/process/io.hpp>
4949
#include <boost/process/search_path.hpp>
50+
namespace boost::process {
51+
namespace v1 = boost::process;
52+
}
5053
#endif
5154
#endif
5255

0 commit comments

Comments
 (0)