diff options
-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 { |