From 4fcd32b536f3d29755b1fecc7e3f06be64f996ca Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 24 Feb 2018 18:21:39 +0300 Subject: Add support for rep-list and rep-remove, update rep-add --- bpkg/types.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bpkg/types.hxx') diff --git a/bpkg/types.hxx b/bpkg/types.hxx index 82a6ac9..0433e92 100644 --- a/bpkg/types.hxx +++ b/bpkg/types.hxx @@ -23,6 +23,7 @@ #include #include +#include // compare_reference_target #include #include @@ -64,6 +65,10 @@ namespace bpkg using std::system_error; using io_error = std::ios_base::failure; + // + // + using butl::compare_reference_target; + // // using butl::optional; -- cgit v1.1