From d4a22293c7fb500c8179c4ac3aec949c92a56b6d Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sun, 14 Nov 2021 15:00:32 +0000 Subject: [PATCH] Added missing includes --- include/etl/algorithm.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/etl/algorithm.h b/include/etl/algorithm.h index bd00ba09..0f635f8c 100644 --- a/include/etl/algorithm.h +++ b/include/etl/algorithm.h @@ -47,6 +47,14 @@ SOFTWARE. #include "private/minmax_push.h" +#if ETL_USING_STL + #include + #include + #include + #include + #include +#endif + namespace etl { // Declare prototypes of the ETL's sort functions