From: Michael Wetherell Date: Fri, 16 Sep 2005 15:00:45 +0000 (+0000) Subject: Cygwin compile fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9dbe0022893e7c6af66d91b8396a4aa410e67095 Cygwin compile fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/ole/oleutils.h b/include/wx/msw/ole/oleutils.h index 9c070e9e0c..6409b6ffef 100644 --- a/include/wx/msw/ole/oleutils.h +++ b/include/wx/msw/ole/oleutils.h @@ -20,6 +20,8 @@ #if wxUSE_OLE +// ole2.h includes windows.h, so include wrapwin.h first +#include "wx/msw/wrapwin.h" // get IUnknown, REFIID &c #include #include "wx/intl.h"