From 0e9046f20d42e2af5cf44e3ae52d55d4bc46b2be Mon Sep 17 00:00:00 2001 From: Mate Barany Date: Fri, 19 Jul 2024 15:50:03 +0200 Subject: [PATCH] Include qnetworkglobal_p.h into qocsp_p.h Addressing a "Q_OS_WIN should not be checked before qglobal.h is included" Axivion warning. Task-number: QTBUG-125026 Pick-to: 6.7 6.5 Change-Id: I78c3df04a92aab8753c2651502d7893822523ed0 Reviewed-by: Marc Mutz (cherry picked from commit df3c9f365f9543ec6491354f11103280ded0f3a9) Reviewed-by: Qt Cherry-pick Bot --- src/network/ssl/qocsp_p.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/network/ssl/qocsp_p.h b/src/network/ssl/qocsp_p.h index 596cb1357f9..6647feefc66 100644 --- a/src/network/ssl/qocsp_p.h +++ b/src/network/ssl/qocsp_p.h @@ -4,6 +4,8 @@ #ifndef QOCSP_P_H #define QOCSP_P_H +#include + // // W A R N I N G // -------------