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 8e00666..6065dd8 100644
--- a/bpkg/types.hxx
+++ b/bpkg/types.hxx
@@ -21,6 +21,7 @@
#include <odb/lazy-ptr.hxx>
+#include <libbutl/b.mxx>
#include <libbutl/url.mxx>
#include <libbutl/path.mxx>
#include <libbutl/uuid.hxx>
@@ -125,6 +126,10 @@ namespace bpkg
using butl::default_options_entry;
using butl::default_options;
+ // <libbutl/b.mxx>
+ //
+ using package_info = butl::b_project_info;
+
// Derive from ODB smart pointers to return derived database (note that the
// database() functions are defined in database.hxx).
//