Title: [205215] trunk/Source/bmalloc
Revision
205215
Author
[email protected]
Date
2016-08-30 18:34:29 -0700 (Tue, 30 Aug 2016)

Log Message

Unreviewed, build fix for GCC ports

std::forward is declared in <utility> header.

* bmalloc/ScopeExit.h:

Modified Paths

Diff

Modified: trunk/Source/bmalloc/ChangeLog (205214 => 205215)


--- trunk/Source/bmalloc/ChangeLog	2016-08-31 01:28:35 UTC (rev 205214)
+++ trunk/Source/bmalloc/ChangeLog	2016-08-31 01:34:29 UTC (rev 205215)
@@ -1,3 +1,11 @@
+2016-08-30  Yusuke Suzuki  <[email protected]>
+
+        Unreviewed, build fix for GCC ports
+
+        std::forward is declared in <utility> header.
+
+        * bmalloc/ScopeExit.h:
+
 2016-08-30  Geoffrey Garen  <[email protected]>
 
         bmalloc: speed up the lock slow path

Modified: trunk/Source/bmalloc/bmalloc/ScopeExit.h (205214 => 205215)


--- trunk/Source/bmalloc/bmalloc/ScopeExit.h	2016-08-31 01:28:35 UTC (rev 205214)
+++ trunk/Source/bmalloc/bmalloc/ScopeExit.h	2016-08-31 01:34:29 UTC (rev 205215)
@@ -24,6 +24,7 @@
  */
 
 #include <type_traits>
+#include <utility>
 
 namespace bmalloc {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to