Title: [188985] trunk/Source/WTF
Revision
188985
Author
ander...@apple.com
Date
2015-08-26 13:38:42 -0700 (Wed, 26 Aug 2015)

Log Message

Fix build.

* wtf/WorkQueue.cpp:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (188984 => 188985)


--- trunk/Source/WTF/ChangeLog	2015-08-26 20:29:17 UTC (rev 188984)
+++ trunk/Source/WTF/ChangeLog	2015-08-26 20:38:42 UTC (rev 188985)
@@ -1,5 +1,11 @@
 2015-08-26  Anders Carlsson  <ander...@apple.com>
 
+        Fix build.
+
+        * wtf/WorkQueue.cpp:
+
+2015-08-26  Anders Carlsson  <ander...@apple.com>
+
         Add and implement WorkQueue::concurrentApply
         https://bugs.webkit.org/show_bug.cgi?id=148488
 

Modified: trunk/Source/WTF/wtf/WorkQueue.cpp (188984 => 188985)


--- trunk/Source/WTF/wtf/WorkQueue.cpp	2015-08-26 20:29:17 UTC (rev 188984)
+++ trunk/Source/WTF/wtf/WorkQueue.cpp	2015-08-26 20:38:42 UTC (rev 188985)
@@ -27,13 +27,13 @@
 #include "WorkQueue.h"
 
 #include <mutex>
-#include <wtf/BinarySemaphore.h>
 #include <wtf/MessageQueue.h>
 #include <wtf/NeverDestroyed.h>
 #include <wtf/NumberOfCores.h>
 #include <wtf/Ref.h>
 #include <wtf/Threading.h>
 #include <wtf/text/WTFString.h>
+#include <wtf/threads/BinarySemaphore.h>
 
 namespace WTF {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to