Title: [161163] trunk/Source/_javascript_Core
Revision
161163
Author
ander...@apple.com
Date
2013-12-30 17:46:32 -0800 (Mon, 30 Dec 2013)

Log Message

Fix build.

* heap/BlockAllocator.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (161162 => 161163)


--- trunk/Source/_javascript_Core/ChangeLog	2013-12-31 01:37:37 UTC (rev 161162)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-12-31 01:46:32 UTC (rev 161163)
@@ -1,5 +1,11 @@
 2013-12-30  Anders Carlsson  <ander...@apple.com>
 
+        Fix build.
+
+        * heap/BlockAllocator.h:
+
+2013-12-30  Anders Carlsson  <ander...@apple.com>
+
         Stop using ThreadCondition in BlockAllocator
         https://bugs.webkit.org/show_bug.cgi?id=126313
 

Modified: trunk/Source/_javascript_Core/heap/BlockAllocator.h (161162 => 161163)


--- trunk/Source/_javascript_Core/heap/BlockAllocator.h	2013-12-31 01:37:37 UTC (rev 161162)
+++ trunk/Source/_javascript_Core/heap/BlockAllocator.h	2013-12-31 01:46:32 UTC (rev 161163)
@@ -29,6 +29,7 @@
 #include "GCActivityCallback.h"
 #include "HeapBlock.h"
 #include "Region.h"
+#include <condition_variable>
 #include <mutex>
 #include <wtf/DoublyLinkedList.h>
 #include <wtf/Forward.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to