From 19eb738f838bf214c9178a4f02464056137b0fa5 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 20 Apr 2012 23:31:41 +0200 Subject: Clean up headers && fix compilation with (the upcoming) qt 4.8.2 --- src/webpage.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/webpage.cpp') diff --git a/src/webpage.cpp b/src/webpage.cpp index 2f4b5efc..c6e318e8 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -41,6 +41,7 @@ #include "adblockmanager.h" #include "application.h" #include "downloadmanager.h" +#include "historymanager.h" #include "iconmanager.h" #include "mainview.h" #include "mainwindow.h" @@ -70,7 +71,9 @@ #include // Qt Includes -#include +#include +#include +#include // Returns true if the scheme and domain of the two urls match... -- cgit v1.2.1