From 5e9eb843f6ccadfb47fa603260783425da9e7805 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 10 Dec 2014 10:20:26 +0200 Subject: Add rules g++-4.9 -std=c++11 -g -I.. -o bd bd.cxx target.cxx native.cxx rule.cxx cxx/rule.cxx cxx/target.cxx process.cxx timestamp.cxx path.cxx --- build/timestamp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build/timestamp') diff --git a/build/timestamp b/build/timestamp index 6ed2f2c..2386125 100644 --- a/build/timestamp +++ b/build/timestamp @@ -9,6 +9,8 @@ #include #include +#include + namespace build { // On all three main platforms that we target (GNU/Linux, Windows (both @@ -46,7 +48,7 @@ namespace build // std::system_error. // timestamp - path_timestamp (const std::string&); + path_mtime (const path&); }; #endif // BUILD_TIMESTAMP -- cgit v1.1