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:
@@ -9,6 +9,10 @@
|
||||
#include "FIRFilter.hpp"
|
||||
#include <cmath>
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.1415926f
|
||||
#endif
|
||||
|
||||
using namespace SignalProcessing;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user