From 9ccfe76e435abceda621b7c60e7752dc38d758de Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 8 May 2014 14:43:21 +0000 Subject: [PATCH] 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 --- src/msw/control.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/control.cpp b/src/msw/control.cpp index 38617683d3..9120f88c3f 100644 --- a/src/msw/control.cpp +++ b/src/msw/control.cpp @@ -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