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 +#endif + using namespace ::com::sun::star; using namespace ::com::sun::star::uno;