From 164d7ce1bb116b4e8df488030689d7868155969e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Aug 2021 09:55:32 +0200 Subject: Rename --config-uuid to --uuid in bpkg-cfg-create --- bpkg/options-types.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bpkg/options-types.hxx') diff --git a/bpkg/options-types.hxx b/bpkg/options-types.hxx index 876f0a5..8e8cbf1 100644 --- a/bpkg/options-types.hxx +++ b/bpkg/options-types.hxx @@ -8,8 +8,12 @@ #include #include // move() +#include + namespace bpkg { + using uuid_type = uuid; + enum class auth { none, -- cgit v1.1