aboutsummaryrefslogtreecommitdiff
path: root/build2/types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-11-24 14:47:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-11-24 14:47:53 +0200
commit0456c71378513f18a0b6a4c6c1da59516b72975e (patch)
tree1a8cb113658c47277c228363d8b6e2737e84e345 /build2/types.hxx
parent004049afd50ef60860ea0d0da6f5742d66f0ac30 (diff)
Reimplement depdb with fdstreams
Diffstat (limited to 'build2/types.hxx')
-rw-r--r--build2/types.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/types.hxx b/build2/types.hxx
index a4aad41..32780ef 100644
--- a/build2/types.hxx
+++ b/build2/types.hxx
@@ -266,6 +266,7 @@ namespace build2
using butl::auto_fd;
using butl::ifdstream;
using butl::ofdstream;
+ using butl::fdopen_mode;
using butl::fdstream_mode;
// <libbutl/target-triplet.mxx>