add missing header for mingw32 PCH-less build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2009-01-16 16:37:44 +00:00
parent 7256e9b6ad
commit 403dd8db63

View File

@ -33,6 +33,8 @@
#include "wx/msw/dc.h"
#include "wx/msw/ole/activex.h"
#include "wx/msw/private.h" // for wxCopyRectToRECT
// autointerfaces that we only use here
WX_DECLARE_AUTOOLE(wxAutoIOleInPlaceSite, IOleInPlaceSite)
WX_DECLARE_AUTOOLE(wxAutoIOleDocument, IOleDocument)