diff options
-rw-r--r-- | libbbot/manifest.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libbbot/manifest.hxx b/libbbot/manifest.hxx index 551e5f1..025efc7 100644 --- a/libbbot/manifest.hxx +++ b/libbbot/manifest.hxx @@ -11,6 +11,7 @@ #include <libbutl/optional.hxx> #include <libbutl/target-triplet.hxx> +#include <libbutl/standard-version.hxx> #include <libbutl/manifest-forward.hxx> #include <libbpkg/manifest.hxx> // version, repository_location @@ -51,6 +52,9 @@ namespace bbot public: std::string agent; + std::string toolchain_name; + butl::standard_version toolchain_version; + // Agent's public key SHA256 fingerprint. // // @@ How the fingerpring for openssl public key will be produced? Seems |