(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
This commit is contained in:
Vadim Zeitlin
2008-05-17 23:42:37 +00:00
parent 4f2718147f
commit c574bfa902
2 changed files with 5 additions and 1 deletions

View 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 // Define wxBITMAPCOMBOBOX_OWNERDRAWN_BASED for platforms which
// wxBitmapComboBox implementation utilizes ownerdrawn combobox // wxBitmapComboBox implementation utilizes ownerdrawn combobox
// (either native or generic). // (either native or generic).

View File

@@ -3,7 +3,7 @@
// Purpose: wxBitmapComboBox // Purpose: wxBitmapComboBox
// Author: Jaakko Salli // Author: Jaakko Salli
// Created: 2008-04-09 // Created: 2008-04-09
// RCS-ID: $Id:$ // RCS-ID: $Id$
// Copyright: (c) 2008 Jaakko Salli // Copyright: (c) 2008 Jaakko Salli
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
@@ -28,6 +28,8 @@
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/log.h" #include "wx/log.h"
#include "wx/dc.h"
#include "wx/ctrlsub.h"
#endif #endif
#include "wx/settings.h" #include "wx/settings.h"