From c574bfa9022576fd0444be7155b0e22e6f6b8d85 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 17 May 2008 23:42:37 +0000 Subject: [PATCH] (blind) fixes for PCH-less build after r53626 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/bmpcbox.h | 2 ++ src/common/bmpcboxcmn.cpp | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/include/wx/bmpcbox.h b/include/wx/bmpcbox.h index 7c28127e95..608fb1838f 100644 --- a/include/wx/bmpcbox.h +++ b/include/wx/bmpcbox.h @@ -19,6 +19,8 @@ #include "wx/bitmap.h" +class WXDLLIMPEXP_FWD_CORE wxItemContainer; + // Define wxBITMAPCOMBOBOX_OWNERDRAWN_BASED for platforms which // wxBitmapComboBox implementation utilizes ownerdrawn combobox // (either native or generic). diff --git a/src/common/bmpcboxcmn.cpp b/src/common/bmpcboxcmn.cpp index 71b37abc19..0e869aeedb 100644 --- a/src/common/bmpcboxcmn.cpp +++ b/src/common/bmpcboxcmn.cpp @@ -3,7 +3,7 @@ // Purpose: wxBitmapComboBox // Author: Jaakko Salli // Created: 2008-04-09 -// RCS-ID: $Id:$ +// RCS-ID: $Id$ // Copyright: (c) 2008 Jaakko Salli // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -28,6 +28,8 @@ #ifndef WX_PRECOMP #include "wx/log.h" + #include "wx/dc.h" + #include "wx/ctrlsub.h" #endif #include "wx/settings.h" -- 2.47.2