aboutsummaryrefslogtreecommitdiff
path: root/bdep/types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-07-09 09:48:07 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2018-07-27 14:23:07 +0300
commit07fdebdbb02fde71d6e656ddd46b967347417502 (patch)
tree594c2f352499aaac0756e3071a4b7ce2aee0fd34 /bdep/types.hxx
parent8a87a8bc08f0d692f53a0373da3a0a959de13e52 (diff)
Implement publish command for publishing packages to archive repositories
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;