From 26729ba43b3ffa51435637ac94c96cbd55916c5d Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sat, 3 Aug 2019 13:12:52 +0100 Subject: [PATCH] Added #include "stl/utility.h" to etl::optional --- include/etl/optional.h | 2 ++ include/etl/version.h | 2 +- support/Release notes.txt | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/include/etl/optional.h b/include/etl/optional.h index 8c7777ff..3afe1685 100644 --- a/include/etl/optional.h +++ b/include/etl/optional.h @@ -39,6 +39,8 @@ SOFTWARE. #include "exception.h" #include "error_handler.h" +#include "stl/utility.h" + namespace etl { //***************************************************************************** diff --git a/include/etl/version.h b/include/etl/version.h index a4508db2..635c2ac0 100644 --- a/include/etl/version.h +++ b/include/etl/version.h @@ -39,7 +39,7 @@ SOFTWARE. #define ETL_VERSION_MAJOR 14 #define ETL_VERSION_MINOR 29 -#define ETL_VERSION_PATCH 0 +#define ETL_VERSION_PATCH 1 #define ETL_VERSION ETL_STRINGIFY(ETL_VERSION_MAJOR) ETL_STRINGIFY(ETL_VERSION_MINOR) ETL_STRINGIFY(ETL_VERSION_PATCH) #define ETL_VERSION_W ETL_WIDE_STRING(ETL_CONCAT(ETL_CONCAT(ETL_VERSION_MAJOR, ETL_VERSION_MINOR), ETL_VERSION_PATCH)) diff --git a/support/Release notes.txt b/support/Release notes.txt index 37e83bd0..2965cdf5 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -1,3 +1,7 @@ +=============================================================================== +14.29.1 +Added #include "stl/utility.h" to etl::optional + =============================================================================== 14.29.0 Added const parameters and ETL_CONST_EXPR to etl::array_view