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>
bb10
Laszlo Papp 2022-06-09 22:44:39 +01:00 committed by Thiago Macieira
parent 865212057b
commit 0a78cb7fab
1 changed files with 1 additions and 0 deletions

View File

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