diff options
Diffstat (limited to 'build/timestamp')
-rw-r--r-- | build/timestamp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build/timestamp b/build/timestamp index 6ed2f2c..2386125 100644 --- a/build/timestamp +++ b/build/timestamp @@ -9,6 +9,8 @@ #include <string> #include <iosfwd> +#include <build/path> + 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 |