summaryrefslogtreecommitdiff
path: root/shell/source/all
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-04-28 16:36:26 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-04-28 16:38:11 +0300
commit09649920fce23ca92da2dfaba68ce62bcd18524f (patch)
tree2111dc8e957292450abac827c332e3bf6ff9cdf3 /shell/source/all
parent84098f4624191c38e1958a9bf4d22fad9211064c (diff)
Include <osl/diagnose.h> for OSL_ENSURE etc
No idea why this include is suddenly needed.
Diffstat (limited to 'shell/source/all')
-rw-r--r--shell/source/all/ooofilereader/basereader.cxx3
-rw-r--r--shell/source/all/ooofilereader/contentreader.cxx3
-rw-r--r--shell/source/all/ooofilereader/metainforeader.cxx3
3 files changed, 9 insertions, 0 deletions
diff --git a/shell/source/all/ooofilereader/basereader.cxx b/shell/source/all/ooofilereader/basereader.cxx
index 0ea625924d10..1b8c1391f8cc 100644
--- a/shell/source/all/ooofilereader/basereader.cxx
+++ b/shell/source/all/ooofilereader/basereader.cxx
@@ -28,6 +28,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_shell.hxx"
+
+#include <osl/diagnose.h>
+
#include "internal/basereader.hxx"
#include "internal/xml_parser.hxx"
diff --git a/shell/source/all/ooofilereader/contentreader.cxx b/shell/source/all/ooofilereader/contentreader.cxx
index d9525c5ec1a6..e0213839cc9d 100644
--- a/shell/source/all/ooofilereader/contentreader.cxx
+++ b/shell/source/all/ooofilereader/contentreader.cxx
@@ -28,6 +28,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_shell.hxx"
+
+#include <osl/diagnose.h>
+
#include "internal/contentreader.hxx"
#include "dummytag.hxx"
#include "simpletag.hxx"
diff --git a/shell/source/all/ooofilereader/metainforeader.cxx b/shell/source/all/ooofilereader/metainforeader.cxx
index 6df5145dd3cf..71be05505127 100644
--- a/shell/source/all/ooofilereader/metainforeader.cxx
+++ b/shell/source/all/ooofilereader/metainforeader.cxx
@@ -28,6 +28,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_shell.hxx"
+
+#include <osl/diagnose.h>
+
#include "internal/metainforeader.hxx"
#include "dummytag.hxx"
#include "simpletag.hxx"