From cd315fecaf4c7473950c1610e06417634b416954 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 16 Aug 2021 18:54:15 +0300 Subject: Optimize rep-fetch for dir and git repos quering projects info in single call --- bpkg/types.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/types.hxx') diff --git a/bpkg/types.hxx b/bpkg/types.hxx index 1c6e89b..8e00666 100644 --- a/bpkg/types.hxx +++ b/bpkg/types.hxx @@ -95,8 +95,8 @@ namespace bpkg using butl::path_cast; - using paths = std::vector; - using dir_paths = std::vector; + using paths = vector; + using dir_paths = vector; // // -- cgit v1.1