blob: c98c02e702fb092b7beb363b626aad1610e9e857 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- common/plugins/effects/custom/chorus_effect.cpp.orig Fri Apr 23 05:21:14 2004
+++ common/plugins/effects/custom/chorus_effect.cpp Tue Mar 27 20:51:01 2007
@@ -10,7 +10,7 @@
//
//
#include "chorus_effect.h"
-
+#include <math.h>
#define MIX_CALCULATE_INCREMENT_INTERVAL 8
|