aboutsummaryrefslogtreecommitdiff
path: root/libbrep/types.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-05-01 18:08:26 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-05-01 18:08:26 +0300
commit96511bdc00c2e4c17517b0cc3fce50a08683b2a4 (patch)
tree8625f9160100afb205f2dd31a39a9be1a40c4133 /libbrep/types.hxx
parente326eacee55d5bff5fd18aefece07cd7f7daacee (diff)
Adapt to renaming bpkg::url class to bpkg::manifest_url
Diffstat (limited to 'libbrep/types.hxx')
-rw-r--r--libbrep/types.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/libbrep/types.hxx b/libbrep/types.hxx
index 9d63b8c..65dfc2d 100644
--- a/libbrep/types.hxx
+++ b/libbrep/types.hxx
@@ -21,6 +21,7 @@
#include <odb/lazy-ptr.hxx>
+#include <libbutl/url.mxx>
#include <libbutl/path.mxx>
#include <libbutl/path-io.mxx>
#include <libbutl/optional.mxx>
@@ -90,6 +91,10 @@ namespace brep
using butl::path_cast;
+ // <libbutl/url.mxx>
+ //
+ using butl::url;
+
// <libbutl/timestamp.mxx>
//
using butl::system_clock;