summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/events/eventdispatcher.cxx2
-rw-r--r--unoxml/source/events/eventdispatcher.hxx2
2 files changed, 4 insertions, 0 deletions
diff --git a/unoxml/source/events/eventdispatcher.cxx b/unoxml/source/events/eventdispatcher.cxx
index c94e3b66cd00..aa698e1846a5 100644
--- a/unoxml/source/events/eventdispatcher.cxx
+++ b/unoxml/source/events/eventdispatcher.cxx
@@ -26,6 +26,8 @@
#include "../dom/document.hxx"
+#include <osl/mutex.hxx>
+
using namespace css::uno;
using namespace css::xml::dom;
using namespace css::xml::dom::events;
diff --git a/unoxml/source/events/eventdispatcher.hxx b/unoxml/source/events/eventdispatcher.hxx
index 20f75597971b..93de12017c83 100644
--- a/unoxml/source/events/eventdispatcher.hxx
+++ b/unoxml/source/events/eventdispatcher.hxx
@@ -33,6 +33,8 @@
#include <com/sun/star/xml/dom/events/PhaseType.hpp>
#include <com/sun/star/xml/dom/events/XEvent.hpp>
+namespace osl { class Mutex; }
+
namespace DOM {
class CDocument;