aboutsummaryrefslogtreecommitdiff
path: root/bbot/types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-05-03 12:07:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-05-03 12:07:02 +0200
commitf5ab412da304e3970a6b5b3290758ed791c31881 (patch)
tree28ddc870029302d6a26209dba0f73b3ce692744d /bbot/types.hxx
parentfa5ebd101b792fdf038394f0aaa4a4ab8e28dab6 (diff)
Pass toolchain name/version to controller
Diffstat (limited to 'bbot/types.hxx')
-rw-r--r--bbot/types.hxx5
1 files changed, 5 insertions, 0 deletions
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 <libbutl/optional.hxx>
#include <libbutl/vector-view.hxx>
#include <libbutl/small-vector.hxx>
+#include <libbutl/standard-version.hxx>
namespace bbot
{
@@ -85,6 +86,10 @@ namespace bbot
using paths = std::vector<path>;
using dir_paths = std::vector<dir_path>;
+
+ // <libbutl/standard-version.hxx>
+ //
+ using butl::standard_version;
}
// In order to be found (via ADL) these have to be either in std:: or in