Title: [103287] trunk/Source/_javascript_Core
- Revision
- 103287
- Author
- [email protected]
- Date
- 2011-12-19 17:13:08 -0800 (Mon, 19 Dec 2011)
Log Message
Try to fix the Qt build.
Unreviewed.
* wtf/ThreadSpecific.h: #include!
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (103286 => 103287)
--- trunk/Source/_javascript_Core/ChangeLog 2011-12-20 01:11:36 UTC (rev 103286)
+++ trunk/Source/_javascript_Core/ChangeLog 2011-12-20 01:13:08 UTC (rev 103287)
@@ -1,3 +1,11 @@
+2011-12-19 Geoffrey Garen <[email protected]>
+
+ Try to fix the Qt build.
+
+ Unreviewed.
+
+ * wtf/ThreadSpecific.h: #include!
+
2011-12-18 Filip Pizlo <[email protected]>
It should be possible to change the value of an Options variable without recompiling the world
Modified: trunk/Source/_javascript_Core/wtf/ThreadSpecific.h (103286 => 103287)
--- trunk/Source/_javascript_Core/wtf/ThreadSpecific.h 2011-12-20 01:11:36 UTC (rev 103286)
+++ trunk/Source/_javascript_Core/wtf/ThreadSpecific.h 2011-12-20 01:13:08 UTC (rev 103287)
@@ -42,6 +42,7 @@
#define WTF_ThreadSpecific_h
#include <wtf/Noncopyable.h>
+#include <wtf/StdLibExtras.h>
#if USE(PTHREADS)
#include <pthread.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes