From 2383d8e0a38e2c07cf0418436d1476c3f9b6ab97 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 17 May 2019 23:00:18 +0300 Subject: Detect and complain about dependency cycle in pkg-build --- bpkg/types.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bpkg/types.hxx') 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 // compare_reference_target #include #include +#include namespace bpkg { @@ -50,6 +51,7 @@ namespace bpkg using std::weak_ptr; using std::vector; + using butl::small_vector; // using strings = vector; using cstrings = vector; -- cgit v1.1