From eed724f1725094d605aaa2dee762c66a4168d916 Mon Sep 17 00:00:00 2001 From: Vasiliy Glazov Date: Wed, 20 Sep 2023 15:47:33 +0300 Subject: Fix build with Qt6. --- src/executor.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/executor.cpp b/src/executor.cpp index a4e91bb4..1da58e81 100644 --- a/src/executor.cpp +++ b/src/executor.cpp @@ -4,6 +4,9 @@ #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) #include #endif +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) +#include +#endif #ifdef QT_DEBUG #include "debughelper.h" -- cgit v1.2.3