Title: [199913] trunk/Source/_javascript_Core
Revision
199913
Author
benja...@webkit.org
Date
2016-04-22 15:02:13 -0700 (Fri, 22 Apr 2016)

Log Message

Attempt to fix the CLoop after r199866

* runtime/MathCommon.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (199912 => 199913)


--- trunk/Source/_javascript_Core/ChangeLog	2016-04-22 21:48:39 UTC (rev 199912)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-04-22 22:02:13 UTC (rev 199913)
@@ -1,3 +1,9 @@
+2016-04-22  Benjamin Poulain  <benja...@webkit.org>
+
+        Attempt to fix the CLoop after r199866
+
+        * runtime/MathCommon.h:
+
 2016-04-22  Benjamin Poulain  <bpoul...@apple.com>
 
         [JSC] Integer Multiply of a number by itself does not need negative zero support

Modified: trunk/Source/_javascript_Core/runtime/MathCommon.h (199912 => 199913)


--- trunk/Source/_javascript_Core/runtime/MathCommon.h	2016-04-22 21:48:39 UTC (rev 199912)
+++ trunk/Source/_javascript_Core/runtime/MathCommon.h	2016-04-22 22:02:13 UTC (rev 199913)
@@ -27,6 +27,7 @@
 #define MathCommon_h
 
 #include "JITOperations.h"
+#include <cmath>
 #include <wtf/Optional.h>
 
 #ifndef JIT_OPERATION
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to