summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp')
-rw-r--r--tests/auto/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp b/tests/auto/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp
index dca3fce370..67e979dc14 100644
--- a/tests/auto/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp
+++ b/tests/auto/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp
@@ -27,12 +27,12 @@
****************************************************************************/
#include <qtconcurrentmap.h>
#include <qexception.h>
-
#include <qdebug.h>
+
#include <QThread>
#include <QMutex>
-
-#include <QtTest/QtTest>
+#include <QTest>
+#include <QRandomGenerator>
#include "../testhelper_functions.h"