From 3909d37cb7b25d6cead0d900f4f86613020d40a2 Mon Sep 17 00:00:00 2001 From: Kari Oikarinen Date: Fri, 11 May 2018 17:39:11 +0300 Subject: [PATCH] tests: Include QFileInfo in emulationdetector.h Otherwise using it later is a compile error on ARM if no header including it has been included before. Change-Id: I422eeb948da4a22bc3f649daff39740703039372 Reviewed-by: Sami Nurmenniemi Reviewed-by: Joerg Bornemann --- tests/shared/emulationdetector.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/shared/emulationdetector.h b/tests/shared/emulationdetector.h index 2b04a1061ea..ac584f121bf 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 + #if QT_CONFIG(process) && QT_CONFIG(regularexpression) #include #include