Android: Fix build with older Qt

Fixes compile on macOS and Linux.
Amends 8050b48c32.

Change-Id: Ibb70c1b4ee41185b4ceccab0812d8fc5fae96ef6
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
Christian Stenger
2024-08-27 07:48:22 +02:00
parent 2c69ef8ddf
commit 501725b19b

View File

@@ -10,10 +10,10 @@
#include <utils/commandline.h>
#include <utils/environment.h>
#include <utils/port.h>
namespace Android { class AndroidDeviceInfo; }
namespace ProjectExplorer { class RunControl; }
namespace Utils { class Port; }
namespace Android::Internal {