Skip to content

Commit

Permalink
fix: include constants to have M_PI on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
madskjeldgaard committed Feb 16, 2023
1 parent dfd4299 commit a150a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/ChowDSP/DegradeFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define DEGRADEFILTER_H_INCLUDED

#include "SmoothedValue.h"
#include "../constants.h"

/** Lowpass filter for tape degrade effect */
class DegradeFilter {
Expand Down

0 comments on commit a150a63

Please sign in to comment.