diff options
Diffstat (limited to 'libbuild2/utility.hxx')
-rw-r--r-- | libbuild2/utility.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libbuild2/utility.hxx b/libbuild2/utility.hxx index a07d928..3ffc7b2 100644 --- a/libbuild2/utility.hxx +++ b/libbuild2/utility.hxx @@ -18,6 +18,7 @@ #include <libbutl/utility.mxx> // combine_hash(), reverse_iterate(), etc #include <libbutl/fdstream.mxx> +#include <libbutl/path-pattern.mxx> #include <libbuild2/types.hxx> #include <libbuild2/forward.hxx> @@ -94,6 +95,10 @@ namespace build2 using butl::open_file_or_stdin; using butl::open_file_or_stdout; + // <libbutl/path-pattern.mxx> + // + using butl::path_pattern; + // Diagnostics state (verbosity level, etc; see <libbuild2/diagnostics.hxx>). // // Note on naming of values (here and in the global state below) that come |