From 8e5f53fd249f08b0be0a7d4eec65f425cfb79eae Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 14 Aug 2018 19:28:54 +0300 Subject: Adapt to git_version() returning semantic_version now --- bdep/types.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bdep/types.hxx') diff --git a/bdep/types.hxx b/bdep/types.hxx index 0c13639..7cf5c41 100644 --- a/bdep/types.hxx +++ b/bdep/types.hxx @@ -28,7 +28,7 @@ #include #include #include -#include +#include namespace bdep { @@ -111,9 +111,9 @@ namespace bdep using butl::fdopen_mode; using butl::fdstream_mode; - // + // // - using butl::standard_version; + using butl::semantic_version; } // In order to be found (via ADL) these have to be either in std:: or in -- cgit v1.1