From e43222c3e8da9f42d0d95207fa94335165a27d9d Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 19 Feb 2021 19:25:53 -0500 Subject: Compatibility with Qt 6 --- ui/viewframe.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ui/viewframe.h') diff --git a/ui/viewframe.h b/ui/viewframe.h index 07832b65..0f86aa2b 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -1,7 +1,11 @@ #pragma once -#include #include +#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) +#include +#else +#include +#endif #include #include #include -- cgit v1.3.1