aboutsummaryrefslogtreecommitdiff
path: root/build2/filesystem.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-05-16 17:43:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-05-16 17:43:52 +0200
commit2140a1c2817eacf013fe3ce559fb23cedb02febb (patch)
tree1399d1d0c9ce4d031c77aac96821d85524c81a29 /build2/filesystem.hxx
parenta818bc13a6a65916aeb68e4e3cdce290f8a3e2a4 (diff)
Implement separate preprocess and compiler for GCC and Clang
Diffstat (limited to 'build2/filesystem.hxx')
-rw-r--r--build2/filesystem.hxx3
1 files changed, 3 insertions, 0 deletions
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 <libbutl/filesystem.hxx>