From 501725b19b15fd6a95c1042e52dad36a38290bd9 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Tue, 27 Aug 2024 07:48:22 +0200 Subject: [PATCH] Android: Fix build with older Qt Fixes compile on macOS and Linux. Amends 8050b48c32dfae897b01886104b79c78e4d11ced. Change-Id: Ibb70c1b4ee41185b4ceccab0812d8fc5fae96ef6 Reviewed-by: Jarek Kobus --- src/plugins/android/androidrunnerworker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/android/androidrunnerworker.h b/src/plugins/android/androidrunnerworker.h index 310bb59cc5f..d91ec3560f9 100644 --- a/src/plugins/android/androidrunnerworker.h +++ b/src/plugins/android/androidrunnerworker.h @@ -10,10 +10,10 @@ #include #include +#include namespace Android { class AndroidDeviceInfo; } namespace ProjectExplorer { class RunControl; } -namespace Utils { class Port; } namespace Android::Internal {