]> git.saurik.com Git - wxWidgets.git/commitdiff
(blind) fixes for PCH-less build after r53626
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 May 2008 23:42:37 +0000 (23:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 May 2008 23:42:37 +0000 (23:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/bmpcbox.h
src/common/bmpcboxcmn.cpp

index 7c28127e958d3976b1e63bd25526730a8ce806c8..608fb1838fc7832d74fc689817f6095f5cfad6ee 100644 (file)
@@ -19,6 +19,8 @@
 
 #include "wx/bitmap.h"
 
 
 #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).
 // Define wxBITMAPCOMBOBOX_OWNERDRAWN_BASED for platforms which
 // wxBitmapComboBox implementation utilizes ownerdrawn combobox
 // (either native or generic).
index 71b37abc19a58ed512ffd99a112b332743636cce..0e869aeedb9dfb3df94695c72fa9a9e9a5311c49 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     wxBitmapComboBox
 // Author:      Jaakko Salli
 // Created:     2008-04-09
 // Purpose:     wxBitmapComboBox
 // Author:      Jaakko Salli
 // Created:     2008-04-09
-// RCS-ID:      $Id:$
+// RCS-ID:      $Id$
 // Copyright:   (c) 2008 Jaakko Salli
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 // Copyright:   (c) 2008 Jaakko Salli
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -28,6 +28,8 @@
 
 #ifndef WX_PRECOMP
     #include "wx/log.h"
 
 #ifndef WX_PRECOMP
     #include "wx/log.h"
+    #include "wx/dc.h"
+    #include "wx/ctrlsub.h"
 #endif
 
 #include "wx/settings.h"
 #endif
 
 #include "wx/settings.h"