summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/audio/HRTFPanner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/audio/HRTFPanner.cpp')
-rw-r--r--WebCore/platform/audio/HRTFPanner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/audio/HRTFPanner.cpp b/WebCore/platform/audio/HRTFPanner.cpp
index 56f06f1..68bc505 100644
--- a/WebCore/platform/audio/HRTFPanner.cpp
+++ b/WebCore/platform/audio/HRTFPanner.cpp
@@ -33,7 +33,7 @@
#include "HRTFDatabase.h"
#include "HRTFDatabaseLoader.h"
#include <algorithm>
-#include <math.h>
+#include <wtf/MathExtras.h>
#include <wtf/RefPtr.h>
using namespace std;