aboutsummaryrefslogtreecommitdiff
path: root/bdep/types.hxx
diff options
context:
space:
mode:
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>
//