diff options
Diffstat (limited to 'WebCore/platform/audio/HRTFKernel.cpp')
-rw-r--r-- | WebCore/platform/audio/HRTFKernel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/audio/HRTFKernel.cpp b/WebCore/platform/audio/HRTFKernel.cpp index 852cdbf..22d4b12 100644 --- a/WebCore/platform/audio/HRTFKernel.cpp +++ b/WebCore/platform/audio/HRTFKernel.cpp @@ -35,6 +35,7 @@ #include "AudioChannel.h" #include "Biquad.h" #include "FFTFrame.h" +#include <wtf/MathExtras.h> using namespace std; |