aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-08-18 08:35:18 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2021-08-18 11:54:44 +0300
commit4e9e142a6564b2a73848e735f9a1b5bb744d6a83 (patch)
tree940d36bf1136ddcecec7318032ae6d59b07e50f6 /bpkg/types.hxx
parentcd315fecaf4c7473950c1610e06417634b416954 (diff)
Also consider subproject directory names when calculating manifest checksums
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).
//