aboutsummaryrefslogtreecommitdiff
path: root/bdep/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/types.hxx')
-rw-r--r--bdep/types.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/types.hxx b/bdep/types.hxx
index 2564851..23ea3f2 100644
--- a/bdep/types.hxx
+++ b/bdep/types.hxx
@@ -93,8 +93,8 @@ namespace bdep
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/process.mxx>
//