aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-02-19 21:47:04 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-02-21 17:42:43 +0300
commit89dd478de7cf075beac69d0145df46f914cf35cf (patch)
treebe960f2406d087135c6456cff654de1f24a91557 /bpkg/types.hxx
parentd75d1d9e1c5b03b17fdea1fa3638db2bfe5e8d12 (diff)
Add support for pkg-checkout
Diffstat (limited to 'bpkg/types.hxx')
-rw-r--r--bpkg/types.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/bpkg/types.hxx b/bpkg/types.hxx
index 3133696..82a6ac9 100644
--- a/bpkg/types.hxx
+++ b/bpkg/types.hxx
@@ -81,6 +81,8 @@ namespace bpkg
using butl::basic_path;
using butl::invalid_path;
+ using butl::path_cast;
+
using paths = std::vector<path>;
using dir_paths = std::vector<dir_path>;