From 3d4838d3706de2ba0045dc9f99a3dc96398def64 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Feb 2018 14:26:02 +0300 Subject: Parse repositories and packages files for git repositories --- bpkg/types.hxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bpkg/types.hxx') 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 #include +#include namespace bpkg { @@ -82,6 +83,14 @@ namespace bpkg using paths = std::vector; using dir_paths = std::vector; + + // + // + 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 -- cgit v1.1