mirror of
https://github.com/TomHarte/CLK.git
synced 2025-09-17 03:25:58 +00:00
Add missing stddef header where size_t is used.
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
//
|
||||
|
||||
#include "FIRFilter.hpp"
|
||||
|
||||
#include <cmath>
|
||||
#include <cstddef>
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.1415926f
|
||||
|
Reference in New Issue
Block a user