summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/qprocess/tst_bench_qprocess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/corelib/io/qprocess/tst_bench_qprocess.cpp')
-rw-r--r--tests/benchmarks/corelib/io/qprocess/tst_bench_qprocess.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/benchmarks/corelib/io/qprocess/tst_bench_qprocess.cpp b/tests/benchmarks/corelib/io/qprocess/tst_bench_qprocess.cpp
index 1fd3b9d5da..7077ec631a 100644
--- a/tests/benchmarks/corelib/io/qprocess/tst_bench_qprocess.cpp
+++ b/tests/benchmarks/corelib/io/qprocess/tst_bench_qprocess.cpp
@@ -26,7 +26,8 @@
**
****************************************************************************/
-#include <QtTest/QtTest>
+#include <QTest>
+#include <QSignalSpy>
#include <QtCore/QProcess>
#include <QtCore/QElapsedTimer>