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/pkg-build.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bpkg/pkg-build.cxx') diff --git a/bpkg/pkg-build.cxx b/bpkg/pkg-build.cxx index 6b68a65..106666a 100644 --- a/bpkg/pkg-build.cxx +++ b/bpkg/pkg-build.cxx @@ -10,7 +10,6 @@ #include // cout #include // find_if() -#include #include #include @@ -2645,7 +2644,7 @@ namespace bpkg // size_t p (0); - using url_traits = butl::url::traits_type; + using url_traits = url::traits_type; // Skip leading ':' that are not part of a URL. // -- cgit v1.1