Title: [90006] trunk/Tools
- Revision
- 90006
- Author
- [email protected]
- Date
- 2011-06-29 03:24:32 -0700 (Wed, 29 Jun 2011)
Log Message
2011-06-29 Noel Gordon <[email protected]>
Reviewed by Kent Tamura.
[Chromium] [DRT] ImageDiff should compile in VS2010
https://bugs.webkit.org/show_bug.cgi?id=63614
* DumpRenderTree/chromium/ImageDiff.cpp: Include <iterator> for back_inserter.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (90005 => 90006)
--- trunk/Tools/ChangeLog 2011-06-29 09:58:06 UTC (rev 90005)
+++ trunk/Tools/ChangeLog 2011-06-29 10:24:32 UTC (rev 90006)
@@ -1,3 +1,12 @@
+2011-06-29 Noel Gordon <[email protected]>
+
+ Reviewed by Kent Tamura.
+
+ [Chromium] [DRT] ImageDiff should compile in VS2010
+ https://bugs.webkit.org/show_bug.cgi?id=63614
+
+ * DumpRenderTree/chromium/ImageDiff.cpp: Include <iterator> for back_inserter.
+
2011-06-27 Diego Gonzalez <[email protected]>
Reviewed by Kenneth Rohde Christiansen.
Modified: trunk/Tools/DumpRenderTree/chromium/ImageDiff.cpp (90005 => 90006)
--- trunk/Tools/DumpRenderTree/chromium/ImageDiff.cpp 2011-06-29 09:58:06 UTC (rev 90005)
+++ trunk/Tools/DumpRenderTree/chromium/ImageDiff.cpp 2011-06-29 10:24:32 UTC (rev 90006)
@@ -38,6 +38,7 @@
#include "webkit/support/webkit_support_gfx.h"
#include <algorithm>
+#include <iterator>
#include <stdio.h>
#include <string.h>
#include <vector>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes