From e58957d6491a08ec212958457c29a14eec787279 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 11 Mar 2016 16:24:37 +0200 Subject: Implement --config-{guess,sub} options --- build2/types | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'build2/types') diff --git a/build2/types b/build2/types index 7c803a1..54056ba 100644 --- a/build2/types +++ b/build2/types @@ -21,6 +21,8 @@ #include #include +#include +#include #include #include @@ -99,6 +101,15 @@ namespace build2 // using butl::sha256; + // + // + // + using butl::process; + using butl::process_error; + + using butl::ifdstream; + using butl::ofdstream; + // // } -- cgit v1.1