mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-26 20:38:45 +08:00
Added missing includes
This commit is contained in:
parent
8f02e90735
commit
d4a22293c7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user