aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/types.hxx')
-rw-r--r--bpkg/types.hxx5
1 files changed, 5 insertions, 0 deletions
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 <odb/lazy-ptr.hxx>
#include <libbutl/path.mxx>
+#include <libbutl/utility.mxx> // compare_reference_target
#include <libbutl/optional.mxx>
#include <libbutl/fdstream.mxx>
@@ -64,6 +65,10 @@ namespace bpkg
using std::system_error;
using io_error = std::ios_base::failure;
+ // <libbutl/utility.mxx>
+ //
+ using butl::compare_reference_target;
+
// <libbutl/optional.mxx>
//
using butl::optional;