aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-05-17 23:00:18 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-05-21 11:39:30 +0300
commit2383d8e0a38e2c07cf0418436d1476c3f9b6ab97 (patch)
tree1897bde475b729fd16eb3ef11ad641900fed069b /bpkg/types.hxx
parent314a2ce11e16763a6a60726e724890dca772716c (diff)
Detect and complain about dependency cycle in pkg-build
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 84a0d00..f36a33c 100644
--- a/bpkg/types.hxx
+++ b/bpkg/types.hxx
@@ -27,6 +27,7 @@
#include <libbutl/utility.mxx> // compare_reference_target
#include <libbutl/optional.mxx>
#include <libbutl/fdstream.mxx>
+#include <libbutl/small-vector.mxx>
namespace bpkg
{
@@ -50,6 +51,7 @@ namespace bpkg
using std::weak_ptr;
using std::vector;
+ using butl::small_vector; // <libbutl/small-vector.mxx>
using strings = vector<string>;
using cstrings = vector<const char*>;