From d712f69f5f769c5eaada3c1f76419abfb7b6f7ed Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 10 Feb 2020 22:09:59 +0300 Subject: Add builtins support for $process.run*() functions --- libbuild2/types.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'libbuild2/types.hxx') diff --git a/libbuild2/types.hxx b/libbuild2/types.hxx index 2fefad3..e24c9a6 100644 --- a/libbuild2/types.hxx +++ b/libbuild2/types.hxx @@ -284,6 +284,7 @@ namespace build2 // // using butl::auto_fd; + using butl::fdpipe; using butl::ifdstream; using butl::ofdstream; using butl::fdopen_mode; -- cgit v1.1