Title: [128476] trunk/Source/WebCore
Revision
128476
Author
[email protected]
Date
2012-09-13 09:37:42 -0700 (Thu, 13 Sep 2012)

Log Message

Another prospective Qt/Windows build fix: Add missing CString.h include.

* platform/qt/UserAgentQt.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (128475 => 128476)


--- trunk/Source/WebCore/ChangeLog	2012-09-13 16:33:04 UTC (rev 128475)
+++ trunk/Source/WebCore/ChangeLog	2012-09-13 16:37:42 UTC (rev 128476)
@@ -1,3 +1,9 @@
+2012-09-13  Simon Hausmann  <[email protected]>
+
+        Another prospective Qt/Windows build fix: Add missing CString.h include.
+
+        * platform/qt/UserAgentQt.cpp:
+
 2012-09-13  Dimitri Glazkov  <[email protected]>
 
         Stop shuttling PseudoId from StyleResolver to SelectorChecker.

Modified: trunk/Source/WebCore/platform/qt/UserAgentQt.cpp (128475 => 128476)


--- trunk/Source/WebCore/platform/qt/UserAgentQt.cpp	2012-09-13 16:33:04 UTC (rev 128475)
+++ trunk/Source/WebCore/platform/qt/UserAgentQt.cpp	2012-09-13 16:37:42 UTC (rev 128476)
@@ -24,6 +24,7 @@
 
 #include <QCoreApplication>
 
+#include <wtf/text/CString.h>
 #include <wtf/text/WTFString.h>
 #if defined Q_OS_WIN32
 #include <SystemInfo.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to