summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
Diffstat (limited to 'automation')
-rw-r--r--automation/source/server/cmdbasestream.cxx1
-rw-r--r--automation/source/simplecm/packethandler.cxx1
-rw-r--r--automation/source/simplecm/simplecm.cxx1
3 files changed, 3 insertions, 0 deletions
diff --git a/automation/source/server/cmdbasestream.cxx b/automation/source/server/cmdbasestream.cxx
index ce280607cc3b..2e15e18794f2 100644
--- a/automation/source/server/cmdbasestream.cxx
+++ b/automation/source/server/cmdbasestream.cxx
@@ -37,6 +37,7 @@
*
************************************************************************/
#include <osl/endian.h>
+#include <osl/diagnose.h>
#include "cmdbasestream.hxx"
#include "rcontrol.hxx"
diff --git a/automation/source/simplecm/packethandler.cxx b/automation/source/simplecm/packethandler.cxx
index 572c79b9e1a0..b691b6f5ffd1 100644
--- a/automation/source/simplecm/packethandler.cxx
+++ b/automation/source/simplecm/packethandler.cxx
@@ -41,6 +41,7 @@
#include <automation/commtypes.hxx>
#include <automation/commdefines.hxx>
#include "communiio.hxx"
+#include <osl/diagnose.h>
/**
Forces switch to multichannel headers even for old communication Method
diff --git a/automation/source/simplecm/simplecm.cxx b/automation/source/simplecm/simplecm.cxx
index 638813de9b40..d71df2e7237d 100644
--- a/automation/source/simplecm/simplecm.cxx
+++ b/automation/source/simplecm/simplecm.cxx
@@ -33,6 +33,7 @@
#define ENABLE_BYTESTRING_STREAM_OPERATORS
#include <tools/solar.h>
#include <automation/simplecm.hxx>
+#include <osl/diagnose.h>
#include <automation/commdefines.hxx>
#include "packethandler.hxx"