Title: [169968] trunk/Source/WebCore
- Revision
- 169968
- Author
- [email protected]
- Date
- 2014-06-14 08:43:10 -0700 (Sat, 14 Jun 2014)
Log Message
Unreviewed build fix after r169960.
* platform/graphics/ca/PlatformCALayer.cpp: Add missing include
for snprintf on Windows.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (169967 => 169968)
--- trunk/Source/WebCore/ChangeLog 2014-06-14 10:18:02 UTC (rev 169967)
+++ trunk/Source/WebCore/ChangeLog 2014-06-14 15:43:10 UTC (rev 169968)
@@ -1,3 +1,10 @@
+2014-06-14 Brent Fulgham <[email protected]>
+
+ Unreviewed build fix after r169960.
+
+ * platform/graphics/ca/PlatformCALayer.cpp: Add missing include
+ for snprintf on Windows.
+
2014-06-14 Csaba Osztrogonác <[email protected]>
URTBF after r169943 and r169946.
Modified: trunk/Source/WebCore/platform/graphics/ca/PlatformCALayer.cpp (169967 => 169968)
--- trunk/Source/WebCore/platform/graphics/ca/PlatformCALayer.cpp 2014-06-14 10:18:02 UTC (rev 169967)
+++ trunk/Source/WebCore/platform/graphics/ca/PlatformCALayer.cpp 2014-06-14 15:43:10 UTC (rev 169968)
@@ -25,6 +25,7 @@
#include "config.h"
#include "PlatformCALayer.h"
+#include <wtf/StringExtras.h>
#if USE(CA)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes