[Libreoffice-commits] core.git: include/systools
LuboÅ¡ LuÅák (via logerrit)
logerrit at kemper.freedesktop.org
Wed Aug 25 09:37:11 UTC 2021
include/systools/win32/comtools.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit d5ec688e4b0aa97eed72ed56d53a5d014b59eb63
Author: Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Wed Aug 25 08:26:06 2021 +0200
Commit: Luboš Luňák <l.lunak at collabora.com>
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 <l.lunak at collabora.com>
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
{
More information about the Libreoffice-commits
mailing list