From 9a89ffcd08b27a1796fd41d8eeacb55e54a411e9 Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Thu, 29 Sep 2022 18:53:17 +0200 Subject: [PATCH] 1.4.0 --- SandboxiePlus/SandMan/stdafx.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SandboxiePlus/SandMan/stdafx.h b/SandboxiePlus/SandMan/stdafx.h index 45be3698..b7806a39 100644 --- a/SandboxiePlus/SandMan/stdafx.h +++ b/SandboxiePlus/SandMan/stdafx.h @@ -108,6 +108,9 @@ #include #include #include +#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) +#include +#endif // other includes