aboutsummaryrefslogtreecommitdiff
path: root/bdep/types.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-08-12 14:56:03 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-08-13 16:52:16 +0300
commitedab35e216bc3839915129e54f98160428634283 (patch)
tree51c1ae471e39aca817038f16d33cc25be4998369 /bdep/types.hxx
parent54c937f78562fc6a5d2ea01c8747c62ccea980cb (diff)
Add support for default options files
Diffstat (limited to 'bdep/types.hxx')
-rw-r--r--bdep/types.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/bdep/types.hxx b/bdep/types.hxx
index b449551..0ecc8ec 100644
--- a/bdep/types.hxx
+++ b/bdep/types.hxx
@@ -28,6 +28,7 @@
#include <libbutl/optional.mxx>
#include <libbutl/fdstream.mxx>
#include <libbutl/small-vector.mxx>
+#include <libbutl/default-options.mxx>
#include <libbutl/semantic-version.mxx>
#include <libbutl/standard-version.mxx>
@@ -112,6 +113,12 @@ namespace bdep
using butl::fdopen_mode;
using butl::fdstream_mode;
+ // <libbutl/default-options.mxx>
+ //
+ using butl::default_options_files;
+ using butl::default_options_entry;
+ using butl::default_options;
+
// <libbutl/semantic-version.mxx>
// <libbutl/standard-version.mxx>
//