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:
Vadim Zeitlin 2011-11-16 18:27:48 +00:00
parent c0c9009c8d
commit 8ea82c09ff

View File

@ -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"