forked from qt-creator/qt-creator
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:
@@ -10,10 +10,10 @@
|
|||||||
|
|
||||||
#include <utils/commandline.h>
|
#include <utils/commandline.h>
|
||||||
#include <utils/environment.h>
|
#include <utils/environment.h>
|
||||||
|
#include <utils/port.h>
|
||||||
|
|
||||||
namespace Android { class AndroidDeviceInfo; }
|
namespace Android { class AndroidDeviceInfo; }
|
||||||
namespace ProjectExplorer { class RunControl; }
|
namespace ProjectExplorer { class RunControl; }
|
||||||
namespace Utils { class Port; }
|
|
||||||
|
|
||||||
namespace Android::Internal {
|
namespace Android::Internal {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user