Title: [136137] trunk/Source/WTF
- Revision
- 136137
- Author
- [email protected]
- Date
- 2012-11-29 09:20:42 -0800 (Thu, 29 Nov 2012)
Log Message
Build fix for WinCE after r136096.
* wtf/StringPrintStream.cpp: Added missing include file.
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (136136 => 136137)
--- trunk/Source/WTF/ChangeLog 2012-11-29 17:09:57 UTC (rev 136136)
+++ trunk/Source/WTF/ChangeLog 2012-11-29 17:20:42 UTC (rev 136137)
@@ -1,3 +1,9 @@
+2012-11-29 Patrick Gansterer <[email protected]>
+
+ Build fix for WinCE after r136096.
+
+ * wtf/StringPrintStream.cpp: Added missing include file.
+
2012-11-28 Filip Pizlo <[email protected]>
SpeculatedType dumping should not use the static char buffer[thingy] idiom
Modified: trunk/Source/WTF/wtf/StringPrintStream.cpp (136136 => 136137)
--- trunk/Source/WTF/wtf/StringPrintStream.cpp 2012-11-29 17:09:57 UTC (rev 136136)
+++ trunk/Source/WTF/wtf/StringPrintStream.cpp 2012-11-29 17:20:42 UTC (rev 136137)
@@ -29,6 +29,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <wtf/FastMalloc.h>
+#include <wtf/StringExtras.h>
namespace WTF {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes