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
parent
865212057b
commit
0a78cb7fab
|
|
@ -14,6 +14,7 @@
|
|||
#include <QWaitCondition>
|
||||
#include <QScopeGuard>
|
||||
#include <QBuffer>
|
||||
#include <QMap>
|
||||
|
||||
#include <QtCore/qlist.h>
|
||||
#include <QtCore/qset.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue