summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2022-06-09 22:44:39 +0100
committerThiago Macieira <thiago.macieira@intel.com>2022-06-10 20:57:19 +0000
commit0a78cb7fab7b2d093f53be06839b08bca08077ea (patch)
tree4884db79edf919d7569fb6754005e5975b83c029 /tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp
parent865212057b9f4e2809ebe42ec25c2d94d818cde7 (diff)
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 <thiago.macieira@intel.com> Reviewed-by: Jesus Fernandez <jsfdez@gmail.com>
Diffstat (limited to 'tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp')
-rw-r--r--tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp1
1 files changed, 1 insertions, 0 deletions
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 <QWaitCondition>
#include <QScopeGuard>
#include <QBuffer>
+#include <QMap>
#include <QtCore/qlist.h>
#include <QtCore/qset.h>