diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-16 16:45:46 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-16 21:43:12 +0100 |
commit | a83b2af9abddfb2a6a127049374269b53241c183 (patch) | |
tree | e6c445919c33d0ef9ec5600563961be1e076a6ca /javaunohelper/source | |
parent | 698158655a9e2e74acc065899e668d365c2b4195 (diff) |
Clean-up uno/lbnames.h
Change-Id: I4bd729499aa8be58f04194656e35c1f79d5d4919
Diffstat (limited to 'javaunohelper/source')
-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> |