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 e8af90701a19d500032e9f71db14624249e0fa9b
parent 4078003f1bdd0ffb97e7b8ee10fe884e55d4cf08
Author: d.levin256@gmail.com <d.levin256@gmail.com>
Date:   Mon,  5 Sep 2016 12:24:37 +0300

Fix GCC 4.8 incompatibility

Diffstat:
Minclude/kfr/cometa/tuple.hpp | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/kfr/cometa/tuple.hpp b/include/kfr/cometa/tuple.hpp @@ -3,6 +3,8 @@ */ #pragma once +#include "../cident.h" + #include <cstdint> #include <tuple>