include/systools/win32/comtools.hxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit d5ec688e4b0aa97eed72ed56d53a5d014b59eb63 Author: Luboš Luňák <[email protected]> AuthorDate: Wed Aug 25 08:26:06 2021 +0200 Commit: Luboš Luňák <[email protected]> CommitDate: Wed Aug 25 11:36:36 2021 +0200 use prewin.h/postwin.h around a win32 header Change-Id: I45051b003defa7e48358abeff3944accf16849a2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120995 Tested-by: Jenkins Reviewed-by: Luboš Luňák <[email protected]> diff --git a/include/systools/win32/comtools.hxx b/include/systools/win32/comtools.hxx index 252c581c5794..f6571975c0e7 100644 --- a/include/systools/win32/comtools.hxx +++ b/include/systools/win32/comtools.hxx @@ -22,7 +22,9 @@ #include <string> #include <stdexcept> #include <type_traits> +#include <prewin.h> #include <objbase.h> +#include <postwin.h> namespace sal::systools {
