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-05 07:21:09 +0200
commitfce9d3ac79e3ec628baab107b3e71ff815721951 (patch)
tree5f338c575f7d9c8677123f3d494fa4c1c8cdd656 /bdep/types.hxx
parent5b84b34eb1c4c49607a0d14706b15a6923f1ab0c (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;