Added missing includes

This commit is contained in:
John Wellbelove 2021-11-14 15:00:32 +00:00
parent 8f02e90735
commit d4a22293c7

View File

@ -47,6 +47,14 @@ SOFTWARE.
#include "private/minmax_push.h"
#if ETL_USING_STL
#include <algorithm>
#include <utility>
#include <iterator>
#include <functional>
#include <numeric>
#endif
namespace etl
{
// Declare prototypes of the ETL's sort functions