aboutsummaryrefslogtreecommitdiff
path: root/build2/filesystem.hxx
diff options
context:
space:
mode:
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>