From 2ab35ca62faf8a12e8ededa77e028c585363c3cf 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 Pick-to: 6.8 Change-Id: Ie8a7e632b9485111469a2bf1a6407491e29d7229 Reviewed-by: Timur Pocheptsov --- 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)