diff options
author | Mate Barany <[email protected]> | 2024-07-19 15:50:03 +0200 |
---|---|---|
committer | Mate Barany <[email protected]> | 2024-07-23 00:10:06 +0200 |
commit | df3c9f365f9543ec6491354f11103280ded0f3a9 (patch) | |
tree | 4c461c3ba4e22dbe603ae14803dd017644379b83 /src/network/ssl | |
parent | 9e75236a0dd157ca85e6f38870fac37214b683b2 (diff) |
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.8 6.7 6.5
Change-Id: I78c3df04a92aab8753c2651502d7893822523ed0
Reviewed-by: Marc Mutz <[email protected]>
Diffstat (limited to 'src/network/ssl')
-rw-r--r-- | src/network/ssl/qocsp_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <QtNetwork/private/qtnetworkglobal_p.h> + // // W A R N I N G // ------------- |