summaryrefslogtreecommitdiff
path: root/package/source/xstor
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/xstor')
-rw-r--r--package/source/xstor/register.cxx1
-rw-r--r--package/source/xstor/xfactory.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/package/source/xstor/register.cxx b/package/source/xstor/register.cxx
index bf57fc7c68a9..3020ddd59d0f 100644
--- a/package/source/xstor/register.cxx
+++ b/package/source/xstor/register.cxx
@@ -20,6 +20,7 @@
#include <com/sun/star/registry/XRegistryKey.hpp>
#include <com/sun/star/registry/InvalidRegistryException.hpp>
#include <cppuhelper/factory.hxx>
+#include <osl/diagnose.h>
#include "xfactory.hxx"
diff --git a/package/source/xstor/xfactory.cxx b/package/source/xstor/xfactory.cxx
index ffc3f2216c58..54905ab305dc 100644
--- a/package/source/xstor/xfactory.cxx
+++ b/package/source/xstor/xfactory.cxx
@@ -27,6 +27,7 @@
#include <comphelper/processfactory.hxx>
#include <comphelper/storagehelper.hxx>
#include <cppuhelper/supportsservice.hxx>
+#include <osl/diagnose.h>
#include "xfactory.hxx"
#include "xstorage.hxx"