summaryrefslogtreecommitdiffstats
path: root/core/btdiscovery.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-11 15:45:46 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-11 15:46:39 -0700
commit74bf8d5260a64d39a27c9703d4747fecc475fdc8 (patch)
tree8a712947453e36b3c9e25e0b75c7412cd76d8ea4 /core/btdiscovery.h
parent5bc91f00c51f96de37dae9b44b575c715e12f496 (diff)
downloadsubsurface-74bf8d5260a64d39a27c9703d4747fecc475fdc8.tar.gz
Android build fix
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/btdiscovery.h')
-rw-r--r--core/btdiscovery.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/btdiscovery.h b/core/btdiscovery.h
index 796be908a..e4d265616 100644
--- a/core/btdiscovery.h
+++ b/core/btdiscovery.h
@@ -19,6 +19,7 @@ struct btVendorProduct {
#endif
#if defined(Q_OS_ANDROID)
#include <QAndroidJniObject>
+#include <QAndroidJniEnvironment>
#endif
class BTDiscovery : public QObject {