| Index: Source/core/platform/audio/DynamicsCompressorKernel.cpp
|
| diff --git a/Source/core/platform/audio/DynamicsCompressorKernel.cpp b/Source/core/platform/audio/DynamicsCompressorKernel.cpp
|
| index 7206ef517a35f2ff220e73adc50e112c6be6b0aa..e5ee8a6435697f397aa4b3a421eae617b630fb9c 100644
|
| --- a/Source/core/platform/audio/DynamicsCompressorKernel.cpp
|
| +++ b/Source/core/platform/audio/DynamicsCompressorKernel.cpp
|
| @@ -35,7 +35,7 @@
|
| #include <algorithm>
|
| #include "core/platform/audio/AudioUtilities.h"
|
| #include "core/platform/audio/DenormalDisabler.h"
|
| -#include <wtf/MathExtras.h>
|
| +#include "wtf/MathExtras.h"
|
|
|
| using namespace std;
|
|
|
|
|