From d990f697b5330f8f3b6e9cacc8110e1f08262770 Mon Sep 17 00:00:00 2001 From: Timur Pocheptsov Date: Sat, 26 Oct 2024 08:04:36 +0200 Subject: [PATCH] network-helpers.h: add a missing include For QOperatingSystemVersion Change-Id: Ie8a7e632b9485111469a2bf1a6407491e29d7229 Reviewed-by: Timur Pocheptsov (cherry picked from commit 2ab35ca62faf8a12e8ededa77e028c585363c3cf) Reviewed-by: Qt Cherry-pick Bot --- tests/auto/network-helpers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/network-helpers.h b/tests/auto/network-helpers.h index 99125a88443..38091c060ff 100644 --- a/tests/auto/network-helpers.h +++ b/tests/auto/network-helpers.h @@ -3,6 +3,7 @@ #include +#include #include #if QT_CONFIG(ssl)