From ed437dbd3483baa3d15d1d86d8f057d9112653b1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 14 Aug 2019 14:36:44 +0300 Subject: Add support for default options files --- bpkg/types.hxx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'bpkg/types.hxx') diff --git a/bpkg/types.hxx b/bpkg/types.hxx index eaf07d2..667ed76 100644 --- a/bpkg/types.hxx +++ b/bpkg/types.hxx @@ -24,10 +24,11 @@ #include #include -#include // compare_reference_target +#include // compare_reference_target #include #include #include +#include namespace bpkg { @@ -108,6 +109,12 @@ namespace bpkg using butl::ifdstream; using butl::ofdstream; using butl::fdstream_mode; + + // + // + using butl::default_options_files; + using butl::default_options_entry; + using butl::default_options; } // In order to be found (via ADL) these have to be either in std:: or in -- cgit v1.1