From: hausmann@webkit.org Date: Mon, 7 Jan 2008 13:29:00 +0000 (+0000) Subject: Build fix for the Windows build. MSVC wants to see the full X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=04946b4fae2990f9e31114d1b562498e11b92eb5;ds=sidebyside Build fix for the Windows build. MSVC wants to see the full declaration of arguments even when just passing them through. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@29226 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebKit/qt/Api/qwebpage.cpp b/WebKit/qt/Api/qwebpage.cpp index c8e58339dc08..14f097039935 100644 --- a/WebKit/qt/Api/qwebpage.cpp +++ b/WebKit/qt/Api/qwebpage.cpp @@ -75,6 +75,7 @@ #include #if QT_VERSION >= 0x040400 #include +#include #endif using namespace WebCore; diff --git a/WebKit/qt/ChangeLog b/WebKit/qt/ChangeLog index e6061f015c7c..93ad5556968a 100644 --- a/WebKit/qt/ChangeLog +++ b/WebKit/qt/ChangeLog @@ -1,3 +1,10 @@ +2008-01-07 Simon Hausmann + + Build fix for the Windows build. MSVC wants to see the full + declaration of arguments even when just passing them through. + + * Api/qwebpage.cpp: + 2008-01-07 Simon Hausmann Reviewed by Lars.