summaryrefslogtreecommitdiff
path: root/unoxml/source
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source')
-rw-r--r--unoxml/source/dom/attr.cxx1
-rw-r--r--unoxml/source/dom/documentbuilder.cxx1
-rw-r--r--unoxml/source/dom/elementlist.cxx1
-rw-r--r--unoxml/source/dom/node.cxx1
-rw-r--r--unoxml/source/xpath/xpathapi.cxx1
5 files changed, 5 insertions, 0 deletions
diff --git a/unoxml/source/dom/attr.cxx b/unoxml/source/dom/attr.cxx
index 0e5981555198..b1124549878e 100644
--- a/unoxml/source/dom/attr.cxx
+++ b/unoxml/source/dom/attr.cxx
@@ -24,6 +24,7 @@
#include <memory>
#include <osl/diagnose.h>
+#include <sal/log.hxx>
#include <com/sun/star/xml/dom/DOMException.hpp>
#include <com/sun/star/xml/dom/events/XMutationEvent.hpp>
diff --git a/unoxml/source/dom/documentbuilder.cxx b/unoxml/source/dom/documentbuilder.cxx
index dd0fd4df5a9e..8e373c6576e7 100644
--- a/unoxml/source/dom/documentbuilder.cxx
+++ b/unoxml/source/dom/documentbuilder.cxx
@@ -31,6 +31,7 @@
#include <rtl/alloc.h>
#include <rtl/ustrbuf.hxx>
#include <osl/diagnose.h>
+#include <sal/log.hxx>
#include <comphelper/processfactory.hxx>
#include <cppuhelper/implbase.hxx>
diff --git a/unoxml/source/dom/elementlist.cxx b/unoxml/source/dom/elementlist.cxx
index 01cf55720b78..7f47c7c0856e 100644
--- a/unoxml/source/dom/elementlist.cxx
+++ b/unoxml/source/dom/elementlist.cxx
@@ -23,6 +23,7 @@
#include <cppuhelper/implbase.hxx>
#include <osl/diagnose.h>
+#include <sal/log.hxx>
#include "element.hxx"
#include "document.hxx"
diff --git a/unoxml/source/dom/node.cxx b/unoxml/source/dom/node.cxx
index 0769c2e5b5ab..c77b761bbf1a 100644
--- a/unoxml/source/dom/node.cxx
+++ b/unoxml/source/dom/node.cxx
@@ -30,6 +30,7 @@
#include <rtl/instance.hxx>
#include <osl/mutex.hxx>
#include <osl/diagnose.h>
+#include <sal/log.hxx>
#include <com/sun/star/xml/sax/FastToken.hpp>
diff --git a/unoxml/source/xpath/xpathapi.cxx b/unoxml/source/xpath/xpathapi.cxx
index 3dbaa0a2369f..f62be771f611 100644
--- a/unoxml/source/xpath/xpathapi.cxx
+++ b/unoxml/source/xpath/xpathapi.cxx
@@ -28,6 +28,7 @@
#include <libxml/xpathInternals.h>
#include <rtl/ustrbuf.hxx>
+#include <sal/log.hxx>
#include "nodelist.hxx"
#include "xpathobject.hxx"