summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qlockfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/io/qlockfile')
-rw-r--r--tests/auto/corelib/io/qlockfile/tst_qlockfile.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/auto/corelib/io/qlockfile/tst_qlockfile.cpp b/tests/auto/corelib/io/qlockfile/tst_qlockfile.cpp
index 431ca4dd5a..a0727eb617 100644
--- a/tests/auto/corelib/io/qlockfile/tst_qlockfile.cpp
+++ b/tests/auto/corelib/io/qlockfile/tst_qlockfile.cpp
@@ -27,8 +27,12 @@
****************************************************************************/
-#include <QtTest/QtTest>
+#include <QTest>
#include <QtConcurrentRun>
+#include <QProcess>
+#include <QSemaphore>
+#include <QFutureSynchronizer>
+
#include <qlockfile.h>
#include <qtemporarydir.h>
#include <qsysinfo.h>
@@ -37,6 +41,7 @@
#include <sys/time.h>
#elif defined(Q_OS_WIN)
# include <qt_windows.h>
+# include <QOperatingSystemVersion>
#endif
#include <private/qlockfile_p.h> // for getLockFileHandle()