Fix use of RECT in wxClientDisplayRect without including windows headers

This commit is contained in:
Jeff Bland 2018-05-18 06:53:30 -06:00
parent 8b18bbb9c7
commit ffb44a2f38

View File

@ -24,6 +24,8 @@
#pragma hdrstop
#endif
#include "wx/msw/wrapwin.h"
#if wxUSE_DISPLAY
#include "wx/display.h"
@ -38,7 +40,6 @@
#include "wx/sysopt.h"
#include "wx/display_impl.h"
#include "wx/msw/wrapwin.h"
#include "wx/msw/missing.h"
#include "wx/msw/private.h"
#include "wx/msw/private/hiddenwin.h"