From fe6aa3aa87bdff77ca667e012a9d1cc34f1fb8ea Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 24 Aug 2018 13:33:01 +0200 Subject: Implement bdep-ci command --- bdep/types.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bdep/types.hxx') diff --git a/bdep/types.hxx b/bdep/types.hxx index 7cf5c41..d4c02ee 100644 --- a/bdep/types.hxx +++ b/bdep/types.hxx @@ -29,6 +29,7 @@ #include #include #include +#include namespace bdep { @@ -112,8 +113,10 @@ namespace bdep using butl::fdstream_mode; // + // // using butl::semantic_version; + using butl::standard_version; } // In order to be found (via ADL) these have to be either in std:: or in -- cgit v1.1