From 8520006babfc4e6f2dfe8a6c65361ad554969843 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 2 Mar 2011 09:51:56 +0100 Subject: Add osl/diagnose.d includes --- automation/source/simplecm/packethandler.cxx | 1 + automation/source/simplecm/simplecm.cxx | 1 + 2 files changed, 2 insertions(+) (limited to 'automation/source/simplecm') 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 #include #include "communiio.hxx" +#include /** 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 #include +#include #include #include "packethandler.hxx" -- cgit