From 403dd8db634c6313f3c603fa049acd9e543070d7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 16 Jan 2009 16:37:44 +0000 Subject: [PATCH] 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 --- src/msw/ole/activex.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/msw/ole/activex.cpp b/src/msw/ole/activex.cpp index c8383a509c..c5ea0cb8e9 100644 --- a/src/msw/ole/activex.cpp +++ b/src/msw/ole/activex.cpp @@ -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) -- 2.45.2