From 63e7a4a77cb8ceed7b42561fe3202b0b48d86db6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Jun 2015 14:41:45 +0200 Subject: Move path and filesystem from build2 to libbutl --- build/diagnostics | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'build/diagnostics') diff --git a/build/diagnostics b/build/diagnostics index 05401b9..6c528f2 100644 --- a/build/diagnostics +++ b/build/diagnostics @@ -14,11 +14,15 @@ #include #include -#include +#include + #include namespace build { + using butl::path; + using butl::dir_path; + // Throw this exception to terminate the build. The handler should // assume that the diagnostics has already been issued. // -- cgit v1.1