From 363e2dc013a5e80e148cfe022963e2c78a6bbc3d Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Mon, 3 Dec 2007 02:20:49 +0000 Subject: [PATCH] non-pch build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50442 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 46e813c61f..e8e7647a48 100644 --- a/src/msw/ole/activex.cpp +++ b/src/msw/ole/activex.cpp @@ -30,6 +30,8 @@ #include "wx/math.h" #endif +#include "wx/msw/dc.h" + #include "wx/msw/ole/activex.h" // autointerfaces that we only use here WX_DECLARE_AUTOOLE(wxAutoIOleInPlaceSite, IOleInPlaceSite) -- 2.45.2