summaryrefslogtreecommitdiffstats
path: root/tests/shared/emulationdetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shared/emulationdetector.h')
-rw-r--r--tests/shared/emulationdetector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/shared/emulationdetector.h b/tests/shared/emulationdetector.h
index 2b04a1061e..ac584f121b 100644
--- a/tests/shared/emulationdetector.h
+++ b/tests/shared/emulationdetector.h
@@ -34,6 +34,8 @@
#if defined(Q_OS_LINUX) && defined(Q_PROCESSOR_ARM)
#define SHOULD_CHECK_ARM_ON_X86
+#include <QFileInfo>
+
#if QT_CONFIG(process) && QT_CONFIG(regularexpression)
#include <QProcess>
#include <QRegularExpression>