Title: [214716] trunk/Source/WTF
Revision
214716
Author
o...@webkit.org
Date
2017-04-01 05:35:20 -0700 (Sat, 01 Apr 2017)

Log Message

Mac cmake buildfix after 214586.
https://bugs.webkit.org/show_bug.cgi?id=170381

Unreviewed.

* wtf/BlockPtr.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (214715 => 214716)


--- trunk/Source/WTF/ChangeLog	2017-04-01 10:25:11 UTC (rev 214715)
+++ trunk/Source/WTF/ChangeLog	2017-04-01 12:35:20 UTC (rev 214716)
@@ -1,3 +1,12 @@
+2017-04-01  Csaba Osztrogonác  <o...@webkit.org>
+
+        Mac cmake buildfix after 214586.
+        https://bugs.webkit.org/show_bug.cgi?id=170381
+
+        Unreviewed.
+
+        * wtf/BlockPtr.h:
+
 2017-03-30  Filip Pizlo  <fpi...@apple.com>
 
         Air should support linear scan for optLevel<2

Modified: trunk/Source/WTF/wtf/BlockPtr.h (214715 => 214716)


--- trunk/Source/WTF/wtf/BlockPtr.h	2017-04-01 10:25:11 UTC (rev 214715)
+++ trunk/Source/WTF/wtf/BlockPtr.h	2017-04-01 12:35:20 UTC (rev 214716)
@@ -26,6 +26,7 @@
 #pragma once
 
 #include <Block.h>
+#include <utility>
 #include <wtf/Assertions.h>
 
 namespace WTF {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to