diff options
author | Orgad Shaneh <[email protected]> | 2017-03-14 16:20:14 +0200 |
---|---|---|
committer | Orgad Shaneh <[email protected]> | 2017-03-14 16:20:14 +0200 |
commit | da7cb914467e8816ebe4676ea070ebeeb385e9d2 (patch) | |
tree | 402afce4807a2fc9fb9f55bce63416c01dccd50b /src/plugins/android/androidrunner.cpp | |
parent | 2e54c89738b23f5be6eebdea4d39a0a5663877b6 (diff) | |
parent | 4033471aa91ac0cde52786c45c9e95b119197dfc (diff) |
Merge remote-tracking branch 'origin/4.2' into 4.3
Change-Id: I4931dcc81be872d7712e67123e94d15ee696459f
Diffstat (limited to 'src/plugins/android/androidrunner.cpp')
-rw-r--r-- | src/plugins/android/androidrunner.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/android/androidrunner.cpp b/src/plugins/android/androidrunner.cpp index 593e44ef758..e7b95bc0767 100644 --- a/src/plugins/android/androidrunner.cpp +++ b/src/plugins/android/androidrunner.cpp @@ -47,6 +47,7 @@ #include <memory> #include <QApplication> #include <QDir> +#include <QRegExp> #include <QTime> #include <QTcpServer> #include <QTcpSocket> |