aboutsummaryrefslogtreecommitdiff
path: root/bdep/types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-10 09:40:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-10 09:40:06 +0200
commitd8acf937750958313b565e17eb33191e90dd4b36 (patch)
tree7970be18680da7b32784be401c9c47eb9248d523 /bdep/types.hxx
parentd369ab42f2d3bc52086dc7d9b79510dce5e80513 (diff)
Map our verbosity level to bpkg
Diffstat (limited to 'bdep/types.hxx')
-rw-r--r--bdep/types.hxx2
1 files changed, 2 insertions, 0 deletions
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 <libbutl/process.mxx>
#include <libbutl/optional.mxx>
#include <libbutl/fdstream.mxx>
+#include <libbutl/small-vector.mxx>
namespace bdep
{
@@ -49,6 +50,7 @@ namespace bdep
using std::weak_ptr;
using std::vector;
+ using butl::small_vector; // <libbutl/small-vector.mxx>
using strings = vector<string>;
using cstrings = vector<const char*>;