network-helpers.h: add a missing include

For QOperatingSystemVersion

Change-Id: Ie8a7e632b9485111469a2bf1a6407491e29d7229
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
(cherry picked from commit 2ab35ca62faf8a12e8ededa77e028c585363c3cf)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Timur Pocheptsov 2024-10-26 08:04:36 +02:00 committed by Qt Cherry-pick Bot
parent e080017c72
commit d990f697b5

View File

@ -3,6 +3,7 @@
#include <QtNetwork/qtnetworkglobal.h>
#include <QtCore/qoperatingsystemversion.h>
#include <QtCore/qsystemdetection.h>
#if QT_CONFIG(ssl)