From def2c2dfaf5374f139b310c4f05b0614cb99359e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 28 Mar 2022 15:04:35 +0200 Subject: Implement dependency configuration negotiation For the detailed history see the dep-config and dep-config-neg branches. --- bpkg/types.hxx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bpkg/types.hxx') diff --git a/bpkg/types.hxx b/bpkg/types.hxx index a8cd0f4..2b6a1f8 100644 --- a/bpkg/types.hxx +++ b/bpkg/types.hxx @@ -26,6 +26,7 @@ #include #include #include +#include #include #include // icase_compare_string, // compare_reference_target @@ -103,6 +104,12 @@ namespace bpkg // using butl::url; + // + // + using butl::sha256; + using butl::sha256_to_fingerprint; + using butl::fingerprint_to_sha256; + // // using butl::process; -- cgit v1.1