1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-19 19:16:34 +00:00

Fix Windows MSYS2 build (mostly)

This commit is contained in:
Melissa Goad
2020-05-27 18:09:56 -05:00
parent 0f2f776e6a
commit 603b747ac5
4 changed files with 10 additions and 1 deletions
+4
View File
@@ -9,6 +9,10 @@
#include "FIRFilter.hpp"
#include <cmath>
#ifndef M_PI
#define M_PI 3.1415926f
#endif
using namespace SignalProcessing;
/*