From 416ea51494be3047ae827e13a3e78e6460ae3e6c Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Thu, 30 Sep 2021 12:17:36 +0200 Subject: [PATCH] Android: Fix compile Amends b7c15d4d8dfdbc. Change-Id: I613476daa551cf52ef3b5e905868d027156b6826 Reviewed-by: hjk --- src/plugins/android/androidqmlpreviewworker.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/android/androidqmlpreviewworker.cpp b/src/plugins/android/androidqmlpreviewworker.cpp index 37de94a6f94..3c2adca5727 100644 --- a/src/plugins/android/androidqmlpreviewworker.cpp +++ b/src/plugins/android/androidqmlpreviewworker.cpp @@ -48,6 +48,7 @@ #include #include +#include #include namespace Android {