From d5ec688e4b0aa97eed72ed56d53a5d014b59eb63 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Wed, 25 Aug 2021 08:26:06 +0200 Subject: use prewin.h/postwin.h around a win32 header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I45051b003defa7e48358abeff3944accf16849a2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120995 Tested-by: Jenkins Reviewed-by: Luboš Luňák --- include/systools/win32/comtools.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/systools') 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 #include #include +#include #include +#include namespace sal::systools { -- cgit