From b5e27a79fed06b10a72556269496ea91963c356b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 31 Jan 2023 10:29:40 +0200 Subject: Add missing export macro --- libbpkg/manifest.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx index 055cb7e..6779881 100644 --- a/libbpkg/manifest.hxx +++ b/libbpkg/manifest.hxx @@ -1147,7 +1147,7 @@ namespace bpkg // // Note that the value format/semantics can be distribution-specific. // - struct distribution_name_value + struct LIBBPKG_EXPORT distribution_name_value { std::string name; std::string value; -- cgit v1.1