From d8acf937750958313b565e17eb33191e90dd4b36 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 10 Mar 2018 09:40:06 +0200 Subject: Map our verbosity level to bpkg --- bdep/types.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bdep/types.hxx') diff --git a/bdep/types.hxx b/bdep/types.hxx index f4393ab..e31ab4b 100644 --- a/bdep/types.hxx +++ b/bdep/types.hxx @@ -26,6 +26,7 @@ #include #include #include +#include namespace bdep { @@ -49,6 +50,7 @@ namespace bdep using std::weak_ptr; using std::vector; + using butl::small_vector; // using strings = vector; using cstrings = vector; -- cgit v1.1