aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/utility.hxx')
-rw-r--r--bpkg/utility.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx
index 1e82f44..2332587 100644
--- a/bpkg/utility.hxx
+++ b/bpkg/utility.hxx
@@ -14,9 +14,9 @@
#include <libbutl/ft/lang.hxx>
-#include <libbutl/utility.mxx> // casecmp(), reverse_iterate(), etc
-
+#include <libbutl/utility.mxx> // casecmp(), reverse_iterate(), etc
#include <libbutl/filesystem.mxx>
+#include <libbutl/default-options.mxx>
#include <bpkg/types.hxx>
#include <bpkg/version.hxx>
@@ -53,6 +53,11 @@ namespace bpkg
using butl::auto_rmfile;
using butl::auto_rmdir;
+ // <libbutl/default-options.mxx>
+ //
+ using butl::load_default_options;
+ using butl::merge_default_options;
+
// Empty string and path.
//
extern const string empty_string;