summaryrefslogtreecommitdiff
path: root/javaunohelper
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2019-05-16 12:59:56 +0200
committerJan Holesovsky <kendy@collabora.com>2019-06-05 22:19:37 +0200
commitcc4a36b8b00f41ed8ae2c7047d5995cf04ea80e3 (patch)
tree5480b071b0e6d76e0b78a8f3129c0845cf33f162 /javaunohelper
parenta8433a4911dd0537511817b64209c71f63b3e55e (diff)
javaunohelper: blind fix for Android build broken by 2d22f8bb15c1
Change-Id: Ie56197b3f4a90b8f9510a1c29d0388f5f70e1d16 Reviewed-on: https://gerrit.libreoffice.org/72408 Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> Tested-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'javaunohelper')
-rw-r--r--javaunohelper/source/javaunohelper.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/javaunohelper/source/javaunohelper.cxx b/javaunohelper/source/javaunohelper.cxx
index 43c385bed20a..a5f0cbcf3144 100644
--- a/javaunohelper/source/javaunohelper.cxx
+++ b/javaunohelper/source/javaunohelper.cxx
@@ -40,6 +40,10 @@
#include "juhx-export-functions.hxx"
#include "vm.hxx"
+#ifdef DISABLE_DYNLOADING
+#include <osl/thread.h>
+#endif
+
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;