From d369ab42f2d3bc52086dc7d9b79510dce5e80513 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 9 Mar 2018 16:21:14 +0200 Subject: Add support for executing bpkg --- bdep/types.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bdep/types.hxx') diff --git a/bdep/types.hxx b/bdep/types.hxx index 4f3ec13..f4393ab 100644 --- a/bdep/types.hxx +++ b/bdep/types.hxx @@ -23,6 +23,7 @@ #include #include +#include #include #include @@ -86,6 +87,13 @@ namespace bdep using paths = std::vector; using dir_paths = std::vector; + // + // + using butl::process; + using butl::process_path; + using butl::process_exit; + using butl::process_error; + // // using butl::auto_fd; -- cgit v1.1