mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-12 09:25:19 +00:00
The FIRFilter interface depends upon size_t.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user