diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-11-14 10:50:41 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-11-14 10:50:41 +0300 |
commit | 62a688e3fd7d1fdb8ce5590ebe9cb99e90cbe5d7 (patch) | |
tree | 7c134dfb04815fb41c22d150fe1e481916536888 /libbuild2/utility.hxx | |
parent | c03fc4a34ad47f5951633f1e9602b250c53c1927 (diff) |
Make use of butl::to_stream(ostream, path, bool)
Diffstat (limited to 'libbuild2/utility.hxx')
-rw-r--r-- | libbuild2/utility.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/utility.hxx b/libbuild2/utility.hxx index 23ad19b..5c6e984 100644 --- a/libbuild2/utility.hxx +++ b/libbuild2/utility.hxx @@ -16,7 +16,8 @@ #include <libbutl/ft/lang.hxx> -#include <libbutl/utility.mxx> // combine_hash(), reverse_iterate(), etc +#include <libbutl/utility.mxx> // combine_hash(), reverse_iterate(), etc +#include <libbutl/fdstream.mxx> #include <unordered_set> |