aboutsummaryrefslogtreecommitdiff
path: root/bdep/types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-08-30 08:24:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-09-06 10:56:57 +0200
commit8f1a2ab7bd19e0f4bdf7f173c20078df96b0e12d (patch)
treecdfb1a28bb292aa8c7c0ff2c5c6256386c88c725 /bdep/types.hxx
parentbb25e12f0e15438d738806aed77ab63dc02cbe3c (diff)
Synchronize entire linked configuration cluster in bdep-sync
Diffstat (limited to 'bdep/types.hxx')
-rw-r--r--bdep/types.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/bdep/types.hxx b/bdep/types.hxx
index 23ea3f2..2413382 100644
--- a/bdep/types.hxx
+++ b/bdep/types.hxx
@@ -23,6 +23,8 @@
#include <libbutl/url.mxx>
#include <libbutl/path.mxx>
+#include <libbutl/uuid.hxx>
+#include <libbutl/uuid-io.hxx>
#include <libbutl/process.mxx>
#include <libbutl/optional.mxx>
#include <libbutl/fdstream.mxx>
@@ -96,6 +98,10 @@ namespace bdep
using paths = vector<path>;
using dir_paths = vector<dir_path>;
+ // <libbutl/uuid.mxx>
+ //
+ using butl::uuid;
+
// <libbutl/process.mxx>
//
using butl::process;