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..0d048b2f0003dc7435000e9e37c5e2ba417c4997 100644 |
--- a/third_party/WebKit/Source/platform/audio/VectorMath.cpp |
+++ b/third_party/WebKit/Source/platform/audio/VectorMath.cpp |
@@ -24,10 +24,10 @@ |
*/ |
#include "platform/audio/VectorMath.h" |
+#include <stdint.h> |
#include "wtf/Assertions.h" |
#include "wtf/CPU.h" |
#include "wtf/MathExtras.h" |
-#include <stdint.h> |
#if OS(MACOSX) |
#include <Accelerate/Accelerate.h> |