diff options
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/source/bootstrap.cxx | 1 | ||||
-rw-r--r-- | javaunohelper/source/javaunohelper.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/javaunohelper/source/bootstrap.cxx b/javaunohelper/source/bootstrap.cxx index 0fa2558c87f1..645d6cd1d1ad 100644 --- a/javaunohelper/source/bootstrap.cxx +++ b/javaunohelper/source/bootstrap.cxx @@ -25,6 +25,7 @@ #include "rtl/bootstrap.hxx" #include "rtl/string.hxx" +#include <uno/lbnames.h> #include "uno/mapping.hxx" #include "uno/environment.hxx" diff --git a/javaunohelper/source/javaunohelper.cxx b/javaunohelper/source/javaunohelper.cxx index 0ba0b5fdea6c..968acacdb46c 100644 --- a/javaunohelper/source/javaunohelper.cxx +++ b/javaunohelper/source/javaunohelper.cxx @@ -23,6 +23,7 @@ #include <osl/module.h> #include <uno/environment.hxx> +#include <uno/lbnames.h> #include <uno/mapping.hxx> #include <cppuhelper/factory.hxx> |