aboutsummaryrefslogtreecommitdiff
path: root/bdep/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/types.hxx')
-rw-r--r--bdep/types.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/bdep/types.hxx b/bdep/types.hxx
index 6c2ea8d..a9adee6 100644
--- a/bdep/types.hxx
+++ b/bdep/types.hxx
@@ -22,6 +22,7 @@
#include <odb/sqlite/forward.hxx>
+#include <libbutl/url.mxx>
#include <libbutl/path.mxx>
#include <libbutl/process.mxx>
#include <libbutl/optional.mxx>
@@ -77,6 +78,10 @@ namespace bdep
using butl::optional;
using butl::nullopt;
+ // <libbutl/url.mxx>
+ //
+ using butl::url;
+
// <libbutl/path.mxx>
//
using butl::path;