From 25cfb0bc1ee58dd101bfe4d351996571aa5e4868 Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 12 Dec 2016 14:50:58 +0100 Subject: [PATCH] include missing header --- src/Gui/DownloadManager.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gui/DownloadManager.h b/src/Gui/DownloadManager.h index e9d1f01ef..19cb48436 100644 --- a/src/Gui/DownloadManager.h +++ b/src/Gui/DownloadManager.h @@ -28,6 +28,7 @@ #include #include #include +#include class AutoSaver; class QFileIconProvider;