diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-01-30 11:06:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-01-30 11:06:22 +0200 |
commit | f6319b258bb478e19d4a17852a8406e6b1119b87 (patch) | |
tree | 69035ffe5280b76b1eeb948fe115faec4ed6da5e /libbuild2/utility.hxx | |
parent | b7beffa3db7103f5b800dd2ee004fe62bb577cd8 (diff) |
Rework include translation support
See the config.cxx.translate_include variable documentation in cxx/init.cxx
for details.
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 |