diff options
author | Gabor <jengab@elte.hu> | 2011-08-22 15:55:25 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-22 15:18:57 +0100 |
commit | 21384876933080a67733cc60bda5597e5b4e87fb (patch) | |
tree | e47f80827e318248692165d09269274561131a0a /cppuhelper | |
parent | 2c12d570104aca935a302efd2429b01ad8dc8081 (diff) |
servicefactory fix
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 e796a967dced..7971d7ab207e 100644 --- a/cppuhelper/source/servicefactory.cxx +++ b/cppuhelper/source/servicefactory.cxx @@ -56,6 +56,7 @@ #include "com/sun/star/registry/XSimpleRegistry.hpp" #include "com/sun/star/registry/XImplementationRegistration.hpp" #include "com/sun/star/security/XAccessController.hpp" +#include <stdio.h> #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) |