From 0a78cb7fab7b2d093f53be06839b08bca08077ea Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Thu, 9 Jun 2022 22:44:39 +0100 Subject: QNetworkReply: Fix the test compilation It would not compile on my Linux box due to using QVariantMap, but not actually including QMap itself. Using gcc 9.3.1 on CentOS 7. Pick-to: 6.3 6.4 Change-Id: I808a270c814a906030cb34b197d3a2a85ba384e1 Reviewed-by: Thiago Macieira Reviewed-by: Jesus Fernandez --- tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp') diff --git a/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp b/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp index c8107f39fb..f97fe88fdd 100644 --- a/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp +++ b/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp @@ -14,6 +14,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3