From 1cf5a53ecb123305f66590066b7c69e1ea0b0eb0 Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Thu, 24 Nov 2022 10:47:55 +0800 Subject: [PATCH] fix build error Signed-off-by: Yuhang Zhao <2546789017@qq.com> --- include/FramelessHelper/Core/framelesshelpercore_global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/FramelessHelper/Core/framelesshelpercore_global.h b/include/FramelessHelper/Core/framelesshelpercore_global.h index 51da4109..7acdef21 100644 --- a/include/FramelessHelper/Core/framelesshelpercore_global.h +++ b/include/FramelessHelper/Core/framelesshelpercore_global.h @@ -25,6 +25,7 @@ #pragma once #include +#include #include #include #include @@ -35,7 +36,6 @@ #include #include #include -#include QT_BEGIN_NAMESPACE class QScreen;