summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2022-02-08 14:18:44 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2022-03-17 17:14:37 +0100
commit8f73b25e52cb64ba412748d82e8d753eedcfc5be (patch)
treee8beb9d99c9fe1d165e9de56ee5b4bbe0ee57163 /tests/benchmarks
parent819e1bf91d791ba75cef3e4d51a86676357e0e44 (diff)
Benchmarks: Do not depend on transitive includes
Change-Id: I1d0dbfca130f43d76de2d6ac585a0f242d490b5a Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/corelib/json/tst_bench_qtjson.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/benchmarks/corelib/json/tst_bench_qtjson.cpp b/tests/benchmarks/corelib/json/tst_bench_qtjson.cpp
index 1dc7fb322c..35eb31e3cf 100644
--- a/tests/benchmarks/corelib/json/tst_bench_qtjson.cpp
+++ b/tests/benchmarks/corelib/json/tst_bench_qtjson.cpp
@@ -27,6 +27,7 @@
****************************************************************************/
#include <QTest>
+#include <QVariantMap>
#include <qjsondocument.h>
#include <qjsonobject.h>