From 12ea707a8962f26a8cbfea5d12f25a5241b3f567 Mon Sep 17 00:00:00 2001 From: Fabian Kosmale Date: Mon, 26 Sep 2022 14:53:55 +0200 Subject: qtdeprecationmarkers.h: include qcompilerdetection.h Without it, we do not have Q_DECL_DEPRECATED Change-Id: I6b16176446027e0f7da923f16971e903aacc80d4 Reviewed-by: Thiago Macieira --- src/corelib/global/qtdeprecationmarkers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/corelib/global/qtdeprecationmarkers.h') diff --git a/src/corelib/global/qtdeprecationmarkers.h b/src/corelib/global/qtdeprecationmarkers.h index ee0ec92589..e87c860400 100644 --- a/src/corelib/global/qtdeprecationmarkers.h +++ b/src/corelib/global/qtdeprecationmarkers.h @@ -6,6 +6,7 @@ #include #include +#include // for Q_DECL_DEPRECATED #if 0 #pragma qt_class(QtDeprecationMarkers) -- cgit v1.2.3