Fixes for compile breakage with no PCH

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-05-17 10:42:03 +00:00
parent ca7aeeb7d2
commit 83eabba429
6 changed files with 5 additions and 3 deletions

View File

@@ -17,6 +17,7 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#include "wx/defs.h" #include "wx/defs.h"
#include "wx/bitmap.h"
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// wxMenuItem: an item in the menu, optionally implements owner-drawn behaviour // wxMenuItem: an item in the menu, optionally implements owner-drawn behaviour

View File

@@ -21,6 +21,7 @@
#include "wx/fontutil.h" #include "wx/fontutil.h"
#include "wx/gdicmn.h" #include "wx/gdicmn.h"
#include "wx/fontutil.h" #include "wx/fontutil.h"
#include "wx/intl.h"
#include "wx/mac/private.h" #include "wx/mac/private.h"

View File

@@ -25,6 +25,7 @@
#include "wx/settings.h" #include "wx/settings.h"
#include "wx/toplevel.h" #include "wx/toplevel.h"
#include "wx/intl.h"
IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl)

View File

@@ -41,6 +41,7 @@
// uma is for wxMacFSSpec // uma is for wxMacFSSpec
#include "wx/mac/uma.h" #include "wx/mac/uma.h"
#include "wx/timer.h" #include "wx/timer.h"
#include "wx/log.h"
// standard QT stuff // standard QT stuff
#ifndef __DARWIN__ #ifndef __DARWIN__

View File

@@ -18,7 +18,6 @@
#endif // WX_PRECOMP #endif // WX_PRECOMP
#include "wx/menu.h" #include "wx/menu.h"
#include "wx/mac/uma.h" #include "wx/mac/uma.h"
IMPLEMENT_DYNAMIC_CLASS(wxMenuItem, wxObject) IMPLEMENT_DYNAMIC_CLASS(wxMenuItem, wxObject)

View File

@@ -11,14 +11,13 @@
#if wxUSE_TOOLTIPS #if wxUSE_TOOLTIPS
#include "wx/tooltip.h"
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/app.h" #include "wx/app.h"
#include "wx/window.h" #include "wx/window.h"
#include "wx/dc.h" #include "wx/dc.h"
#endif // WX_PRECOMP #endif // WX_PRECOMP
#include "wx/tooltip.h"
#include "wx/timer.h" #include "wx/timer.h"
#include "wx/geometry.h" #include "wx/geometry.h"
#include "wx/mac/uma.h" #include "wx/mac/uma.h"