diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-02 09:51:56 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-02 15:00:30 +0100 |
commit | 8520006babfc4e6f2dfe8a6c65361ad554969843 (patch) | |
tree | c687fe6c37a192f7d44ffac0ac3f1a0b70ea2679 /automation/source/simplecm | |
parent | aaee571ea1954fe157462cda1c36a2b745a9653b (diff) |
Add osl/diagnose.d includes
Diffstat (limited to 'automation/source/simplecm')
-rw-r--r-- | automation/source/simplecm/packethandler.cxx | 1 | ||||
-rw-r--r-- | automation/source/simplecm/simplecm.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
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" |