| Index: third_party/WebKit/Source/platform/audio/VectorMath.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/VectorMath.cpp b/third_party/WebKit/Source/platform/audio/VectorMath.cpp
|
| index 8f3592cd7a457bd7fb0633369d31e1f4be143529..f154b9678314499bcbcd3b597525b0e35e0e59e3 100644
|
| --- a/third_party/WebKit/Source/platform/audio/VectorMath.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/VectorMath.cpp
|
| @@ -24,10 +24,11 @@
|
| */
|
|
|
| #include "platform/audio/VectorMath.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/CPU.h"
|
| -#include "wtf/MathExtras.h"
|
| +
|
| #include <stdint.h>
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/CPU.h"
|
| +#include "platform/wtf/MathExtras.h"
|
|
|
| #if OS(MACOSX)
|
| #include <Accelerate/Accelerate.h>
|
|
|