From a34c3b529c40937b058bcc6e4b315ea37182a38c Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Sun, 7 Nov 2021 04:42:41 +0200 Subject: [PATCH] [app] Fixed compilation against Qt 5.2 --- app/src/ZLibrary.cpp | 2 -- app/src/main.cpp | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/ZLibrary.cpp b/app/src/ZLibrary.cpp index bd98b95..4d248b2 100644 --- a/app/src/ZLibrary.cpp +++ b/app/src/ZLibrary.cpp @@ -55,8 +55,6 @@ #include #include -#include -#include #include #include diff --git a/app/src/main.cpp b/app/src/main.cpp index ba0078c..c5967c1 100644 --- a/app/src/main.cpp +++ b/app/src/main.cpp @@ -61,6 +61,8 @@ #include #include +#include +#include // If the current task is stuck for too long after being canceled it's // probably stuck forever. Let "too long" be 10 seconds.