aboutsummaryrefslogtreecommitdiff
path: root/bbot/bootstrap-manifest.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/bootstrap-manifest.hxx
parentfa5ebd101b792fdf038394f0aaa4a4ab8e28dab6 (diff)
Pass toolchain name/version to controller
Diffstat (limited to 'bbot/bootstrap-manifest.hxx')
-rw-r--r--bbot/bootstrap-manifest.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/bbot/bootstrap-manifest.hxx b/bbot/bootstrap-manifest.hxx
index 6b56785..5a32b72 100644
--- a/bbot/bootstrap-manifest.hxx
+++ b/bbot/bootstrap-manifest.hxx
@@ -8,7 +8,6 @@
#include <map>
#include <libbutl/manifest-forward.hxx>
-#include <libbutl/standard-version.hxx>
#include <bbot/types.hxx>
#include <bbot/utility.hxx>
@@ -29,7 +28,7 @@ namespace bbot
// libbbot-version: 1.2.3
// bbot-version: 1.2.4-a.0.1234.de2f
//
- using versions_type = std::map<string, butl::standard_version>;
+ using versions_type = std::map<string, standard_version>;
versions_type versions;
explicit