aboutsummaryrefslogtreecommitdiff
path: root/bdep/types.hxx
diff options
context:
space:
mode:
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;