mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-05 21:32:55 +00:00
The FIRFilter interface depends upon size_t.
This commit is contained in:
parent
32e144115d
commit
b7aa1a1c84
@ -9,7 +9,6 @@
|
||||
#include "FIRFilter.hpp"
|
||||
|
||||
#include <cmath>
|
||||
#include <cstddef>
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.1415926f
|
||||
|
@ -17,6 +17,7 @@
|
||||
#define USE_ACCELERATE
|
||||
#endif
|
||||
|
||||
#include <cstddef>
|
||||
#include <vector>
|
||||
|
||||
namespace SignalProcessing {
|
||||
|
Loading…
x
Reference in New Issue
Block a user