From 82a2eb40265d0a0ad2a7a7a6a14a6b7660bf2e61 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 e9d1f01ef1..19cb484367 100644 --- a/src/Gui/DownloadManager.h +++ b/src/Gui/DownloadManager.h @@ -28,6 +28,7 @@ #include #include #include +#include class AutoSaver; class QFileIconProvider;