Skip to content

Commit a150a63

Browse files
fix: include constants to have M_PI on windows
1 parent dfd4299 commit a150a63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/ChowDSP/DegradeFilter.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define DEGRADEFILTER_H_INCLUDED
33

44
#include "SmoothedValue.h"
5+
#include "../constants.h"
56

67
/** Lowpass filter for tape degrade effect */
78
class DegradeFilter {

0 commit comments

Comments
 (0)