From a150a6340949f884739f18db8d4cd61158ee8d12 Mon Sep 17 00:00:00 2001 From: Mads Kjeldgaard Date: Thu, 16 Feb 2023 14:27:31 +0100 Subject: [PATCH] fix: include constants to have M_PI on windows --- plugins/ChowDSP/DegradeFilter.h | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/ChowDSP/DegradeFilter.h b/plugins/ChowDSP/DegradeFilter.h index 1cf8ea7..8be3cc4 100644 --- a/plugins/ChowDSP/DegradeFilter.h +++ b/plugins/ChowDSP/DegradeFilter.h @@ -2,6 +2,7 @@ #define DEGRADEFILTER_H_INCLUDED #include "SmoothedValue.h" +#include "../constants.h" /** Lowpass filter for tape degrade effect */ class DegradeFilter {