From 70a76a8a03f0390b44d372fb8816cf529a9f1c35 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Aug 2018 14:06:23 +0200 Subject: Use thin archives if available for utility libraries Thin archives are supported by GNU ar since binutils 2.19.1 and LLVM ar since LLVM 3.8.0. --- build2/types.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build2/types.hxx') diff --git a/build2/types.hxx b/build2/types.hxx index 94604e0..0f2f95b 100644 --- a/build2/types.hxx +++ b/build2/types.hxx @@ -44,6 +44,7 @@ #include #include #include +#include #include namespace build2 @@ -269,6 +270,11 @@ namespace build2 // using butl::target_triplet; + // + // + using butl::semantic_version; + using butl::parse_semantic_version; + // // using butl::standard_version; -- cgit v1.1