kfr

Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
Log | Files | Refs | README

commit 577d8267b8d76eb6750df8b6455c0228cb553828
parent 000aeaeeb9fe44fe79b11fc66660834ab335e601
Author: [email protected] <[email protected]>
Date:   Tue,  6 Sep 2016 13:47:59 +0300

basic_expressions.hpp: Include <algorithm>

Diffstat:
Minclude/kfr/base/basic_expressions.hpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/include/kfr/base/basic_expressions.hpp b/include/kfr/base/basic_expressions.hpp @@ -27,6 +27,7 @@ #include "univector.hpp" #include "vec.hpp" +#include <algorithm> namespace kfr {