From 2140a1c2817eacf013fe3ce559fb23cedb02febb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 16 May 2017 17:43:52 +0200 Subject: Implement separate preprocess and compiler for GCC and Clang --- build2/filesystem.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build2/filesystem.hxx') diff --git a/build2/filesystem.hxx b/build2/filesystem.hxx index f211f35..79633af 100644 --- a/build2/filesystem.hxx +++ b/build2/filesystem.hxx @@ -14,6 +14,9 @@ // namespace build2 { + using butl::auto_rmfile; + using butl::auto_rmdir; + // The dual interface wrapper for the {mk,rm}{file,dir}() functions // below that allows you to use it as a true/false return or a more // detailed enum from -- cgit v1.1