From 8f1a2ab7bd19e0f4bdf7f173c20078df96b0e12d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Aug 2021 08:24:26 +0200 Subject: Synchronize entire linked configuration cluster in bdep-sync --- bdep/types.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bdep/types.hxx') 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 #include +#include +#include #include #include #include @@ -96,6 +98,10 @@ namespace bdep using paths = vector; using dir_paths = vector; + // + // + using butl::uuid; + // // using butl::process; -- cgit v1.1