From: Włodzimierz Skiba Date: Tue, 13 Sep 2005 16:02:37 +0000 (+0000) Subject: Missing includes. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c493691d6249650c0366fd9aaaca8572e3ff3edd?ds=inline Missing includes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/ole/oleutils.h b/include/wx/msw/ole/oleutils.h index 413155dd24..9c070e9e0c 100644 --- a/include/wx/msw/ole/oleutils.h +++ b/include/wx/msw/ole/oleutils.h @@ -23,6 +23,7 @@ // get IUnknown, REFIID &c #include #include "wx/intl.h" +#include "wx/log.h" // ============================================================================ // General purpose functions and macros @@ -253,4 +254,3 @@ inline void wxOleUninitialize() { } #endif // wxUSE_OLE/!wxUSE_OLE #endif //_WX_OLEUTILS_H - diff --git a/src/msw/ole/activex.cpp b/src/msw/ole/activex.cpp index 8dea8ef980..954c79c0e5 100644 --- a/src/msw/ole/activex.cpp +++ b/src/msw/ole/activex.cpp @@ -2,25 +2,29 @@ // Name: msw/ole/activex.cpp // Purpose: wxActiveXContainer implementation // Author: Ryan Norton , Lindsay Mathieson -// Modified by: +// Modified by: // Created: 11/07/04 // RCS-ID: $Id$ // Copyright: (c) 2003 Lindsay Mathieson, (c) 2005 Ryan Norton // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -//=========================================================================== -// DECLARATIONS -//=========================================================================== +// ============================================================================ +// declarations +// ============================================================================ -//--------------------------------------------------------------------------- -// WX include -//--------------------------------------------------------------------------- -#include "wx/wxprec.h" +// ---------------------------------------------------------------------------- +// headers +// ---------------------------------------------------------------------------- -#include "wx/msw/ole/activex.h" +#include "wx/wxprec.h" +#ifdef __BORLANDC__ + #pragma hdrstop +#endif +#include "wx/dcclient.h" +#include "wx/msw/ole/activex.h" //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++