From f5ab412da304e3970a6b5b3290758ed791c31881 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 3 May 2017 12:07:02 +0200 Subject: Pass toolchain name/version to controller --- bbot/types.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bbot/types.hxx') diff --git a/bbot/types.hxx b/bbot/types.hxx index 0ab6377..e1c1cca 100644 --- a/bbot/types.hxx +++ b/bbot/types.hxx @@ -24,6 +24,7 @@ #include #include #include +#include namespace bbot { @@ -85,6 +86,10 @@ namespace bbot using paths = std::vector; using dir_paths = std::vector; + + // + // + using butl::standard_version; } // In order to be found (via ADL) these have to be either in std:: or in -- cgit v1.1