diff options
Diffstat (limited to 'shell/source')
6 files changed, 16 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" diff --git a/shell/source/win32/shlxthandler/classfactory.cxx b/shell/source/win32/shlxthandler/classfactory.cxx index 4bf5f6a97577..7234b2eca495 100644 --- a/shell/source/win32/shlxthandler/classfactory.cxx +++ b/shell/source/win32/shlxthandler/classfactory.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/global.hxx" #include "classfactory.hxx" #include "internal/infotips.hxx" diff --git a/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx b/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx index b0e0a4b4b0e5..2a6bff0ef78f 100644 --- a/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx +++ b/shell/source/win32/shlxthandler/prophdl/propertyhdl.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/global.hxx" #include "internal/PropertyHdl.hxx" #include "internal/fileextensions.hxx" diff --git a/shell/source/win32/shlxthandler/util/utilities.cxx b/shell/source/win32/shlxthandler/util/utilities.cxx index 48783978e7ca..7fd2fcdbb8ab 100644 --- a/shell/source/win32/shlxthandler/util/utilities.cxx +++ b/shell/source/win32/shlxthandler/util/utilities.cxx @@ -29,6 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_shell.hxx" +#include <osl/diagnose.h> #include "internal/config.hxx" #include "internal/utilities.hxx" |