From c63d5210fd85cf8ec41c29f8fc17d39c676726be Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 14 Oct 2010 22:33:33 +0100 Subject: add lots more missing sal/macros.h includes --- shell/source/backends/gconfbe/gconfaccess.cxx | 4 +++- shell/source/win32/shlxthandler/columninfo/columninfo.cxx | 1 + shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx | 1 + shell/source/win32/shlxthandler/util/fileextensions.cxx | 1 + shell/source/win32/simplemail/senddoc.cxx | 1 + 5 files changed, 7 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/source/backends/gconfbe/gconfaccess.cxx b/shell/source/backends/gconfbe/gconfaccess.cxx index 243032fbebe7..2867ebaf2297 100644 --- a/shell/source/backends/gconfbe/gconfaccess.cxx +++ b/shell/source/backends/gconfbe/gconfaccess.cxx @@ -27,7 +27,8 @@ ************************************************************************/ #include "precompiled_shell.hxx" -#include "sal/config.h" +#include +#include #include @@ -37,6 +38,7 @@ #include "osl/thread.h" #include "rtl/strbuf.hxx" #include "rtl/ustrbuf.hxx" +#include "sal/macros.h" #include "gconfaccess.hxx" diff --git a/shell/source/win32/shlxthandler/columninfo/columninfo.cxx b/shell/source/win32/shlxthandler/columninfo/columninfo.cxx index bf83bb954bd5..78e5d268b806 100644 --- a/shell/source/win32/shlxthandler/columninfo/columninfo.cxx +++ b/shell/source/win32/shlxthandler/columninfo/columninfo.cxx @@ -35,6 +35,7 @@ #include "internal/utilities.hxx" #include "internal/config.hxx" +#include #include //---------------------------- diff --git a/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx b/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx index 8326ec38c0fa..0715ac54ad0c 100644 --- a/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx +++ b/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx @@ -37,6 +37,7 @@ #include #include +#include #include #include diff --git a/shell/source/win32/shlxthandler/util/fileextensions.cxx b/shell/source/win32/shlxthandler/util/fileextensions.cxx index 6318f9e943b0..3f66977f0714 100644 --- a/shell/source/win32/shlxthandler/util/fileextensions.cxx +++ b/shell/source/win32/shlxthandler/util/fileextensions.cxx @@ -29,6 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_shell.hxx" #include "internal/fileextensions.hxx" +#include //------------------------------------ // diff --git a/shell/source/win32/simplemail/senddoc.cxx b/shell/source/win32/simplemail/senddoc.cxx index 72ef052a142b..e1a08d84f694 100644 --- a/shell/source/win32/simplemail/senddoc.cxx +++ b/shell/source/win32/simplemail/senddoc.cxx @@ -29,6 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_shell.hxx" #include +#include #include "simplemapi.hxx" -- cgit