From 2df57d72b65012674e6bc64dec66d9b3fd7f993b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 14 May 2018 14:10:56 +0300 Subject: Fallback to output directory removal for --keep-out on disfigure failure --- bpkg/types.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bpkg/types.hxx') diff --git a/bpkg/types.hxx b/bpkg/types.hxx index 0433e92..e4e950d 100644 --- a/bpkg/types.hxx +++ b/bpkg/types.hxx @@ -23,6 +23,7 @@ #include #include +#include #include // compare_reference_target #include #include @@ -91,6 +92,13 @@ namespace bpkg 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