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.

Change-Id: I808a270c814a906030cb34b197d3a2a85ba384e1
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Jesus Fernandez <jsfdez@gmail.com>
(cherry picked from commit 0a78cb7fab7b2d093f53be06839b08bca08077ea)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Laszlo Papp 2022-06-09 22:44:39 +01:00 committed by Qt Cherry-pick Bot
parent dd26c4234b
commit 8ad0ff9ae1

View File

@ -14,6 +14,7 @@
#include <QWaitCondition>
#include <QScopeGuard>
#include <QBuffer>
#include <QMap>
#include <QtCore/qlist.h>
#include <QtCore/qset.h>