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