1
0
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:
Thomas Harte
2021-07-01 23:15:32 -04:00
parent 2327c48cc4
commit 51d98ef9ab
5 changed files with 8 additions and 0 deletions

View File

@@ -7,7 +7,9 @@
//
#include "FIRFilter.hpp"
#include <cmath>
#include <cstddef>
#ifndef M_PI
#define M_PI 3.1415926f