diff options
-rw-r--r-- | vcl/inc/vcl/sysdata.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/vcl/sysdata.hxx b/vcl/inc/vcl/sysdata.hxx index 120ba30f4dff..199f0ad67cac 100644 --- a/vcl/inc/vcl/sysdata.hxx +++ b/vcl/inc/vcl/sysdata.hxx @@ -41,6 +41,9 @@ typedef struct CGLayer *CGLayerRef; class NSView; #endif #endif +#if defined( WNT ) || defined( OS2 ) +#include <windef.h> +#endif // ----------------- // - SystemEnvData - |