diff options
Diffstat (limited to 'build/diagnostics')
-rw-r--r-- | build/diagnostics | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/build/diagnostics b/build/diagnostics index 05401b9..6c528f2 100644 --- a/build/diagnostics +++ b/build/diagnostics @@ -14,11 +14,15 @@ #include <exception> #include <type_traits> -#include <build/path> +#include <butl/path> + #include <build/path-io> 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. // |