From: Vadim Zeitlin Date: Tue, 26 Jan 2010 12:33:01 +0000 (+0000) Subject: Another compilation fix for wxMSW without PCH. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c9980eb87155735ccb5d9589029dfa768199adff?ds=inline Another compilation fix for wxMSW without PCH. Need to include as we use HIMAGELIST and related functions now. See #11595. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/ownerdrw.cpp b/src/msw/ownerdrw.cpp index 04fbc28368..6fb88beabb 100644 --- a/src/msw/ownerdrw.cpp +++ b/src/msw/ownerdrw.cpp @@ -22,6 +22,7 @@ #include "wx/msw/dc.h" #include "wx/msw/private.h" #include "wx/msw/private/dc.h" +#include "wx/msw/wrapcctl.h" // for HIMAGELIST #ifndef DSS_HIDEPREFIX #define DSS_HIDEPREFIX 0x0200