Title: [105079] trunk/Source/WebCore
Revision
105079
Author
[email protected]
Date
2012-01-16 11:28:30 -0800 (Mon, 16 Jan 2012)

Log Message

Unreviewed build fix.

Added necessary header files to VectorMath.cpp to fix Chromium compile error.

* platform/audio/VectorMath.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (105078 => 105079)


--- trunk/Source/WebCore/ChangeLog	2012-01-16 18:53:11 UTC (rev 105078)
+++ trunk/Source/WebCore/ChangeLog	2012-01-16 19:28:30 UTC (rev 105079)
@@ -1,3 +1,11 @@
+2012-01-16  Jer Noble  <[email protected]>
+
+        Unreviewed build fix.
+
+        Added necessary header files to VectorMath.cpp to fix Chromium compile error.
+
+        * platform/audio/VectorMath.cpp:
+
 2011-12-12  Jer Noble  <[email protected]>
 
         WebAudio: Optimize AudioChannel::maxAbsValue().

Modified: trunk/Source/WebCore/platform/audio/VectorMath.cpp (105078 => 105079)


--- trunk/Source/WebCore/platform/audio/VectorMath.cpp	2012-01-16 18:53:11 UTC (rev 105078)
+++ trunk/Source/WebCore/platform/audio/VectorMath.cpp	2012-01-16 19:28:30 UTC (rev 105079)
@@ -36,6 +36,9 @@
 #include <emmintrin.h>
 #endif
 
+#include <algorithm>
+#include <math.h>
+
 namespace WebCore {
 
 namespace VectorMath {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to