diff options
Diffstat (limited to 'include/vcl/sysdata.hxx')
-rw-r--r-- | include/vcl/sysdata.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/sysdata.hxx b/include/vcl/sysdata.hxx index e8b7a2558847..a4fad69ae414 100644 --- a/include/vcl/sysdata.hxx +++ b/include/vcl/sysdata.hxx @@ -41,7 +41,9 @@ typedef struct CGContext *CGContextRef; #endif #if defined( WNT ) +#include <prewin.h> #include <windef.h> +#include <postwin.h> #endif struct SystemEnvData |