From 3cf3b73ffc6881d5428a735736a347f6e143b366 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 29 Feb 2016 10:57:40 +0200 Subject: Implement auxiliary dependency database (.d files), use in cxx.compile This is part of the "High Fidelity Build" work. --- build2/types | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build2/types') diff --git a/build2/types b/build2/types index 0c34efb..7c803a1 100644 --- a/build2/types +++ b/build2/types @@ -20,6 +20,7 @@ #include #include +#include #include #include @@ -94,6 +95,10 @@ namespace build2 using butl::timestamp_nonexistent; using butl::operator<<; + // + // + using butl::sha256; + // // } -- cgit v1.1