diff options
Diffstat (limited to 'binaryurp/source')
-rw-r--r-- | binaryurp/source/bridgefactory.cxx | 1 | ||||
-rw-r--r-- | binaryurp/source/reader.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/binaryurp/source/bridgefactory.cxx b/binaryurp/source/bridgefactory.cxx index c9d0a04259eb..8f079f077848 100644 --- a/binaryurp/source/bridgefactory.cxx +++ b/binaryurp/source/bridgefactory.cxx @@ -33,6 +33,7 @@ #include "cppuhelper/implementationentry.hxx" #include <cppuhelper/supportsservice.hxx> #include "rtl/ref.hxx" +#include "sal/log.hxx" #include "sal/types.h" #include "bridge.hxx" diff --git a/binaryurp/source/reader.cxx b/binaryurp/source/reader.cxx index 99ad7c41c1e5..4c0ba375a9d4 100644 --- a/binaryurp/source/reader.cxx +++ b/binaryurp/source/reader.cxx @@ -37,6 +37,7 @@ #include "cppu/unotype.hxx" #include "rtl/byteseq.h" #include "rtl/ustring.hxx" +#include "sal/log.hxx" #include "sal/types.h" #include "typelib/typeclass.h" #include "typelib/typedescription.h" |