summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2022-03-18 12:38:54 +0100
committerMårten Nordheim <marten.nordheim@qt.io>2022-03-18 17:35:03 +0000
commit82296d31933436fd155af6d3809b5f10e3779aa6 (patch)
treed3cdc2ef5148ccc962ea393d861dc00211ffddc9 /src/network/kernel
parent30830e0cbad58f8efe034256bb2cf094f6f483ae (diff)
Add missing includes for some of our _win.cpp files
Change-Id: I74067f5d50bea6fbc16576c26bf84f91e449e497 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/network/kernel')
-rw-r--r--src/network/kernel/qnetworkproxy_win.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/kernel/qnetworkproxy_win.cpp b/src/network/kernel/qnetworkproxy_win.cpp
index b633cd9bbd..514b26adc9 100644
--- a/src/network/kernel/qnetworkproxy_win.cpp
+++ b/src/network/kernel/qnetworkproxy_win.cpp
@@ -47,6 +47,8 @@
#include <qurl.h>
#include <qnetworkinterface.h>
#include <qdebug.h>
+#include <qvarlengtharray.h>
+#include <qhash.h>
#include <string.h>
#include <qt_windows.h>