summaryrefslogtreecommitdiff
path: root/shell/source/all/ooofilereader/metainforeader.cxx
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/ooofilereader/metainforeader.cxx
parent84098f4624191c38e1958a9bf4d22fad9211064c (diff)
Include <osl/diagnose.h> for OSL_ENSURE etc
No idea why this include is suddenly needed.
Diffstat (limited to 'shell/source/all/ooofilereader/metainforeader.cxx')
-rw-r--r--shell/source/all/ooofilereader/metainforeader.cxx3
1 files changed, 3 insertions, 0 deletions
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"