From 4e9e142a6564b2a73848e735f9a1b5bb744d6a83 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 18 Aug 2021 08:35:18 +0200 Subject: Also consider subproject directory names when calculating manifest checksums --- 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 8e00666..6065dd8 100644 --- a/bpkg/types.hxx +++ b/bpkg/types.hxx @@ -21,6 +21,7 @@ #include +#include #include #include #include @@ -125,6 +126,10 @@ namespace bpkg using butl::default_options_entry; using butl::default_options; + // + // + 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). // -- cgit v1.1