From: Vadim Zeitlin Date: Tue, 17 Apr 2007 01:19:43 +0000 (+0000) Subject: compilation fix for PCH-less compilation after last commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4a36f6b0a2b6a9adb2bd0d144ad0ecbc97a41bce compilation fix for PCH-less compilation after last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/checklst.cpp b/src/msw/checklst.cpp index 3188137aca..2fb4e4e508 100644 --- a/src/msw/checklst.cpp +++ b/src/msw/checklst.cpp @@ -29,7 +29,7 @@ #include "wx/checklst.h" #ifndef WX_PRECOMP - #include "wx/msw/wrapwin.h" + #include "wx/msw/wrapcctl.h" #include "wx/object.h" #include "wx/colour.h" #include "wx/font.h"