From 4476d9d02ac7af21a7bc6ef92490491d308237f4 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 29 Apr 2020 22:20:21 +0300 Subject: Add --pkg-proxy common option --- bpkg/types.hxx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bpkg/types.hxx') diff --git a/bpkg/types.hxx b/bpkg/types.hxx index d4847b8..4f0cc98 100644 --- a/bpkg/types.hxx +++ b/bpkg/types.hxx @@ -21,6 +21,7 @@ #include +#include #include #include #include // compare_reference_target @@ -94,9 +95,14 @@ namespace bpkg using paths = std::vector; using dir_paths = std::vector; + // + // + using butl::url; + // // using butl::process; + using butl::process_env; using butl::process_path; using butl::process_exit; using butl::process_error; @@ -104,6 +110,7 @@ namespace bpkg // // using butl::auto_fd; + using butl::nullfd; using butl::fdpipe; using butl::ifdstream; using butl::ofdstream; -- cgit v1.1