From 177ffb473b7c7c7733a9b66c13f8bab71ddf2bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Tue, 5 Sep 2023 14:39:37 +0200 Subject: [PATCH] qnetworkproxy[libproxy]: Add missing include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Amends cda98280edd2ab7b8d6b3dee08281b045c470dc5 Pick-to: 6.6 Fixes: QTBUG-116758 Change-Id: I337d946a054eb9c9e2f6ec9e8af40694b37afe12 Reviewed-by: André Klitzing Reviewed-by: Samuli Piippo --- src/network/kernel/qnetworkproxy_libproxy.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/network/kernel/qnetworkproxy_libproxy.cpp b/src/network/kernel/qnetworkproxy_libproxy.cpp index 6de7a7fb76..248a8d2456 100644 --- a/src/network/kernel/qnetworkproxy_libproxy.cpp +++ b/src/network/kernel/qnetworkproxy_libproxy.cpp @@ -12,6 +12,7 @@ #include #include #include +#include #include #include