Compilation fix for PCH-less build after r69758.
Need to include wx/msw/private.h explicitly for wxGetCursorPosMSW() declaration now. Closes #13664 (again). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c0c9009c8d
commit
8ea82c09ff
@ -15,6 +15,10 @@
|
||||
|
||||
#if wxUSE_UIACTIONSIMULATOR
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/msw/private.h" // For wxGetCursorPosMSW()
|
||||
#endif
|
||||
|
||||
#include "wx/uiaction.h"
|
||||
#include "wx/msw/wrapwin.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user