aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/types.hxx')
-rw-r--r--bpkg/types.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/bpkg/types.hxx b/bpkg/types.hxx
index 505d468..3133696 100644
--- a/bpkg/types.hxx
+++ b/bpkg/types.hxx
@@ -24,6 +24,7 @@
#include <libbutl/path.mxx>
#include <libbutl/optional.mxx>
+#include <libbutl/fdstream.mxx>
namespace bpkg
{
@@ -82,6 +83,14 @@ namespace bpkg
using paths = std::vector<path>;
using dir_paths = std::vector<dir_path>;
+
+ // <libbutl/fdstream.mxx>
+ //
+ using butl::auto_fd;
+ using butl::fdpipe;
+ using butl::ifdstream;
+ using butl::ofdstream;
+ using butl::fdstream_mode;
}
// In order to be found (via ADL) these have to be either in std:: or in