diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-06-11 15:45:46 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-06-11 15:46:39 -0700 |
commit | 74bf8d5260a64d39a27c9703d4747fecc475fdc8 (patch) | |
tree | 8a712947453e36b3c9e25e0b75c7412cd76d8ea4 /core/btdiscovery.h | |
parent | 5bc91f00c51f96de37dae9b44b575c715e12f496 (diff) | |
download | subsurface-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.h | 1 |
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 { |