diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2021-08-25 08:26:06 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2021-08-25 11:36:36 +0200 |
commit | d5ec688e4b0aa97eed72ed56d53a5d014b59eb63 (patch) | |
tree | f5c725a7050c768df3067fd68d500a7086bbfc8e | |
parent | e73b2a8ff50829cbecb29b03aa513de5248aa8cc (diff) |
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@collabora.com>
-rw-r--r-- | include/systools/win32/comtools.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |