Android build fix

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-06-11 15:45:46 -07:00
parent 5bc91f00c5
commit 74bf8d5260

View file

@ -19,6 +19,7 @@ struct btVendorProduct {
#endif
#if defined(Q_OS_ANDROID)
#include <QAndroidJniObject>
#include <QAndroidJniEnvironment>
#endif
class BTDiscovery : public QObject {