From d70992df7694d2f8e2226396ca8a028b119aac30 Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 30 Nov 2011 15:55:55 +0000 Subject: [PATCH] + fix build errors git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5201 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d --- src/Gui/DownloadDialog.cpp | 2 ++ src/Gui/DownloadDialog.h | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Gui/DownloadDialog.cpp b/src/Gui/DownloadDialog.cpp index 49a660c93..979e092ea 100644 --- a/src/Gui/DownloadDialog.cpp +++ b/src/Gui/DownloadDialog.cpp @@ -23,6 +23,8 @@ #include "PreCompiled.h" #ifndef _PreComp_ +# include +# include #endif #include "DownloadDialog.h" diff --git a/src/Gui/DownloadDialog.h b/src/Gui/DownloadDialog.h index ce488a85d..36bcb9b33 100644 --- a/src/Gui/DownloadDialog.h +++ b/src/Gui/DownloadDialog.h @@ -30,12 +30,15 @@ #include #include #include -#include #include #include #include #include +class QFile; +class QHttpResponseHeader; +class QAuthenticator; + namespace Gui { namespace Dialog {