WinCairo build fix.
authorbfulgham@webkit.org <bfulgham@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 29 Sep 2011 00:09:02 +0000 (00:09 +0000)
committerbfulgham@webkit.org <bfulgham@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 29 Sep 2011 00:09:02 +0000 (00:09 +0000)
* WebProcess/WebPage/WebFrame.h: Add include of <wtc/RetainPtr.h>

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96271 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebKit2/ChangeLog
Source/WebKit2/WebProcess/WebPage/WebFrame.h

index d1d8339..6330b8f 100644 (file)
@@ -1,3 +1,9 @@
+2011-09-28  Brent Fulgham  <bfulgham@webkit.org>
+
+        WinCairo build fix.
+
+        * WebProcess/WebPage/WebFrame.h: Add include of <wtc/RetainPtr.h>
+
 2011-09-28  Gustavo Noronha Silva  <gustavo.noronha@collabora.com>
 
         One more shot at fixing GTK+, this seems to make the dependencies
index 633634c..6e3c8dd 100644 (file)
@@ -36,6 +36,7 @@
 #include <wtf/Forward.h>
 #include <wtf/PassRefPtr.h>
 #include <wtf/RefPtr.h>
+#include <wtf/RetainPtr.h>
 
 namespace WebCore {
     class Frame;