summaryrefslogtreecommitdiff
path: root/sot/source/base
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/base')
-rw-r--r--sot/source/base/factory.cxx1
-rw-r--r--sot/source/base/filelist.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/sot/source/base/factory.cxx b/sot/source/base/factory.cxx
index 349c2f07c9ae..5cc444ff1aa3 100644
--- a/sot/source/base/factory.cxx
+++ b/sot/source/base/factory.cxx
@@ -22,6 +22,7 @@
#include <sot/object.hxx>
#include <sot/sotdata.hxx>
#include <comphelper/classids.hxx>
+#include <osl/diagnose.h>
#include <rtl/instance.hxx>
#include <rtl/strbuf.hxx>
diff --git a/sot/source/base/filelist.cxx b/sot/source/base/filelist.cxx
index 750658c56122..66a766fd9c96 100644
--- a/sot/source/base/filelist.cxx
+++ b/sot/source/base/filelist.cxx
@@ -22,6 +22,7 @@
#include <tools/rtti.hxx>
#include <sot/exchange.hxx>
#include <sot/filelist.hxx>
+#include <osl/diagnose.h>
#include <osl/thread.h>
TYPEINIT1_AUTOFACTORY( FileList, SvDataCopyStream );