[Libreoffice-commits] core.git: javaunohelper/source
Michael Stahl (via logerrit)
logerrit at kemper.freedesktop.org
Thu May 16 11:01:35 UTC 2019
javaunohelper/source/javaunohelper.cxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit e55b3ad2709aa17582b84db618126c47c63a8831
Author: Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Thu May 16 12:59:56 2019 +0200
Commit: Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Thu May 16 13:00:55 2019 +0200
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 at cib.de>
Tested-by: Michael Stahl <Michael.Stahl at cib.de>
diff --git a/javaunohelper/source/javaunohelper.cxx b/javaunohelper/source/javaunohelper.cxx
index 6d4b9907fd30..7081ecbc5538 100644
--- a/javaunohelper/source/javaunohelper.cxx
+++ b/javaunohelper/source/javaunohelper.cxx
@@ -36,6 +36,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;
More information about the Libreoffice-commits
mailing list