diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-04-04 08:05:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-04-04 08:05:21 +0200 |
commit | 7b06ee81ab0e8a2199c4dce07ec67282c4f52f62 (patch) | |
tree | 70d2d0d47a8c572cfe3e56b5f892694fca11ae5a /libbuild2/filesystem.hxx | |
parent | 31b32815407db4263c2aad3c4ca721fd8a9f3c8a (diff) |
Add support for installation filtering (GH issue #147)
Diffstat (limited to 'libbuild2/filesystem.hxx')
-rw-r--r-- | libbuild2/filesystem.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/filesystem.hxx b/libbuild2/filesystem.hxx index 2998cec..7b45a08 100644 --- a/libbuild2/filesystem.hxx +++ b/libbuild2/filesystem.hxx @@ -22,6 +22,8 @@ // namespace build2 { + using butl::entry_type; + using butl::auto_rmfile; using butl::auto_rmdir; |