diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2025-01-22 10:55:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2025-01-22 10:55:03 +0200 |
commit | f68ef919320efad1e26be474de200653d7da87ab (patch) | |
tree | dd2d8b81a312d0a5762b19a8f97cf5521120149e /libbuild2/filesystem.hxx | |
parent | b4990005123b4d167caa7db0b460dd72658b7cc6 (diff) |
Add dir_entry, dir_iterator to build2 namespace
Diffstat (limited to 'libbuild2/filesystem.hxx')
-rw-r--r-- | libbuild2/filesystem.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/filesystem.hxx b/libbuild2/filesystem.hxx index 7b45a08..44f5d92 100644 --- a/libbuild2/filesystem.hxx +++ b/libbuild2/filesystem.hxx @@ -24,6 +24,9 @@ namespace build2 { using butl::entry_type; + using butl::dir_entry; + using butl::dir_iterator; + using butl::auto_rmfile; using butl::auto_rmdir; |