aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/types.hxx')
-rw-r--r--bpkg/types.hxx4
1 files changed, 2 insertions, 2 deletions
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<path>;
- using dir_paths = std::vector<dir_path>;
+ using paths = vector<path>;
+ using dir_paths = vector<dir_path>;
// <libbutl/url.mxx>
//