summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/provider')
-rw-r--r--ucbhelper/source/provider/fd_inputstream.cxx1
-rw-r--r--ucbhelper/source/provider/interactionrequest.cxx4
-rw-r--r--ucbhelper/source/provider/simpleinteractionrequest.cxx2
3 files changed, 6 insertions, 1 deletions
diff --git a/ucbhelper/source/provider/fd_inputstream.cxx b/ucbhelper/source/provider/fd_inputstream.cxx
index 2c40d03ad9f8..af2abda11273 100644
--- a/ucbhelper/source/provider/fd_inputstream.cxx
+++ b/ucbhelper/source/provider/fd_inputstream.cxx
@@ -20,6 +20,7 @@
#include "ucbhelper/fd_inputstream.hxx"
#include <rtl/alloc.h>
+#include <osl/diagnose.h>
#include <algorithm>
using namespace com::sun::star::uno;
diff --git a/ucbhelper/source/provider/interactionrequest.cxx b/ucbhelper/source/provider/interactionrequest.cxx
index 18f15e100e3f..21f2d179f0da 100644
--- a/ucbhelper/source/provider/interactionrequest.cxx
+++ b/ucbhelper/source/provider/interactionrequest.cxx
@@ -23,9 +23,11 @@
**************************************************************************
*************************************************************************/
+#include <ucbhelper/interactionrequest.hxx>
+
#include <osl/mutex.hxx>
+#include <osl/diagnose.h>
#include <cppuhelper/typeprovider.hxx>
-#include <ucbhelper/interactionrequest.hxx>
using namespace com::sun::star;
using namespace ucbhelper;
diff --git a/ucbhelper/source/provider/simpleinteractionrequest.cxx b/ucbhelper/source/provider/simpleinteractionrequest.cxx
index 01a541726fa6..ea4d7ef5bb5f 100644
--- a/ucbhelper/source/provider/simpleinteractionrequest.cxx
+++ b/ucbhelper/source/provider/simpleinteractionrequest.cxx
@@ -19,6 +19,8 @@
#include <ucbhelper/simpleinteractionrequest.hxx>
+#include <osl/diagnose.h>
+
using namespace com::sun::star;
using namespace ucbhelper;