Title: [240234] trunk/Source/WTF
Revision
240234
Author
[email protected]
Date
2019-01-21 05:32:01 -0800 (Mon, 21 Jan 2019)

Log Message

[GTK] Speculative build fix for Ubuntu LTS
https://bugs.webkit.org/show_bug.cgi?id=193651

Unreviewed build fix.


* wtf/Assertions.h: Add missing <cstdlib> include.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (240233 => 240234)


--- trunk/Source/WTF/ChangeLog	2019-01-21 12:37:51 UTC (rev 240233)
+++ trunk/Source/WTF/ChangeLog	2019-01-21 13:32:01 UTC (rev 240234)
@@ -1,3 +1,12 @@
+2019-01-21  Claudio Saavedra  <[email protected]>
+
+        [GTK] Speculative build fix for Ubuntu LTS
+        https://bugs.webkit.org/show_bug.cgi?id=193651
+
+        Unreviewed build fix.
+
+        * wtf/Assertions.h: Add missing <cstdlib> include.
+
 2019-01-20  Saam Barati  <[email protected]>
 
         Rollout r240210: It broke tests on iOS

Modified: trunk/Source/WTF/wtf/Assertions.h (240233 => 240234)


--- trunk/Source/WTF/wtf/Assertions.h	2019-01-21 12:37:51 UTC (rev 240233)
+++ trunk/Source/WTF/wtf/Assertions.h	2019-01-21 13:32:01 UTC (rev 240234)
@@ -52,6 +52,7 @@
 #endif
 
 #ifdef __cplusplus
+#include <cstdlib>
 #include <type_traits>
 
 #if OS(WINDOWS)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to