diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-08-08 14:11:20 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-08-08 14:13:47 +0300 |
commit | cc13807356e73d0ac51f37b8e27f43d86602221d (patch) | |
tree | b00db0d7304c337cac777a38e3b4c261bcef87b4 /cppuhelper | |
parent | c89d682d94386495da324644f96cc6cd0887e46e (diff) |
Add XServiceInfo.hpp needed when OSL_DEBUG_LEVEL > 1
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/servicefactory.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppuhelper/source/servicefactory.cxx b/cppuhelper/source/servicefactory.cxx index da9f89d0753e..e796a967dced 100644 --- a/cppuhelper/source/servicefactory.cxx +++ b/cppuhelper/source/servicefactory.cxx @@ -47,6 +47,7 @@ #include "com/sun/star/uno/DeploymentException.hpp" #include "com/sun/star/uno/XComponentContext.hpp" #include "com/sun/star/lang/XInitialization.hpp" +#include <com/sun/star/lang/XServiceInfo.hpp> #include "com/sun/star/lang/XSingleServiceFactory.hpp" #include "com/sun/star/lang/XSingleComponentFactory.hpp" #include "com/sun/star/beans/XPropertySet.hpp" |