Chromium Code Reviews| Index: Source/core/platform/audio/Biquad.h |
| diff --git a/Source/core/platform/audio/Biquad.h b/Source/core/platform/audio/Biquad.h |
| index 822fc516a3dd7a17935eee611d734d6acc0ad941..f157a2d7de8c8bd7de95c82a963b1ead3dd4ef49 100644 |
| --- a/Source/core/platform/audio/Biquad.h |
| +++ b/Source/core/platform/audio/Biquad.h |
| @@ -29,8 +29,8 @@ |
| #ifndef Biquad_h |
| #define Biquad_h |
| -#include "AudioArray.h" |
| #include <sys/types.h> |
| +#include "core/platform/audio/AudioArray.h" |
| #include <wtf/Complex.h> |
| #if USE(WEBAUDIO_IPP) |