Title: [226301] trunk/Source/_javascript_Core
Revision
226301
Author
clo...@igalia.com
Date
2017-12-27 09:38:14 -0800 (Wed, 27 Dec 2017)

Log Message

Build fix after r226299 (2)
https://bugs.webkit.org/show_bug.cgi?id=181160

Unreviewed build fix.

* API/tests/TypedArrayCTest.cpp: Add missing header include.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/API/tests/TypedArrayCTest.cpp (226300 => 226301)


--- trunk/Source/_javascript_Core/API/tests/TypedArrayCTest.cpp	2017-12-27 17:29:28 UTC (rev 226300)
+++ trunk/Source/_javascript_Core/API/tests/TypedArrayCTest.cpp	2017-12-27 17:38:14 UTC (rev 226301)
@@ -27,6 +27,7 @@
 #include "TypedArrayCTest.h"
 
 #include "_javascript_.h"
+#include <cmath.h>
 #include <limits.h>
 #include <math.h>
 #include <stdio.h>

Modified: trunk/Source/_javascript_Core/ChangeLog (226300 => 226301)


--- trunk/Source/_javascript_Core/ChangeLog	2017-12-27 17:29:28 UTC (rev 226300)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-12-27 17:38:14 UTC (rev 226301)
@@ -1,5 +1,14 @@
 2017-12-27  Carlos Alberto Lopez Perez  <clo...@igalia.com>
 
+        Build fix after r226299 (2)
+        https://bugs.webkit.org/show_bug.cgi?id=181160
+
+        Unreviewed build fix.
+
+        * API/tests/TypedArrayCTest.cpp: Add missing header include.
+
+2017-12-27  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
         Build fix after r226299
         https://bugs.webkit.org/show_bug.cgi?id=181160
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to