Compilation fix for PCH-less build of wxMSW.

Include wx/msw/ownerdrawnbutton.h usually included via wx/checkbox.h from the
PCH.

Closes #16241.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2014-05-08 14:43:21 +00:00
parent baf28b5fe3
commit 9ccfe76e43

View File

@ -35,6 +35,7 @@
#include "wx/log.h"
#include "wx/settings.h"
#include "wx/ctrlsub.h"
#include "wx/msw/ownerdrawnbutton.h"
#endif
#if wxUSE_LISTCTRL