aboutsummaryrefslogtreecommitdiff
path: root/bdep/types.hxx
diff options
context:
space:
mode:
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*>;