Compilation fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2004-02-29 15:21:11 +00:00
parent 4b5e5cfb22
commit e4f3eb42f2
9 changed files with 10 additions and 1 deletions

View File

@ -20,11 +20,11 @@
// need because it includes almost all <standard< wxWindows headers
#ifndef WX_PRECOMP
#include "wx/wx.h"
#include "wx/log.h"
#endif
#include "wx/caret.h"
#include "wx/numdlg.h"
// ----------------------------------------------------------------------------
// ressources

View File

@ -29,6 +29,7 @@
#include "wx/msw/wince/time.h"
#endif
#include "wx/numdlg.h"
#include "wx/colordlg.h"
#include "wx/filedlg.h"
#include "wx/dirdlg.h"

View File

@ -55,6 +55,7 @@
#endif
#include "wx/txtstrm.h"
#include "wx/numdlg.h"
#include "wx/process.h"

View File

@ -40,6 +40,7 @@
#endif
#include "wx/colordlg.h"
#include "wx/numdlg.h"
#include "wx/htmllbox.h"

View File

@ -21,6 +21,7 @@
#endif
#include "wx/image.h"
#include "wx/numdlg.h"
/* GRG: This is not ANSI standard, define M_PI explicitly
#include <math.h> // M_PI

View File

@ -22,9 +22,11 @@
#include "wx/frame.h"
#include "wx/menu.h"
#include "wx/msgdlg.h"
#include "wx/icon.h"
#endif
#include "wx/sound.h"
#include "wx/numdlg.h"
// ----------------------------------------------------------------------------
// resources

View File

@ -47,6 +47,7 @@
#endif
#include "wx/datetime.h"
#include "wx/numdlg.h"
// define this for the platforms which don't support wxBitmapButton (such as
// Motif), else a wxBitmapButton will be used

View File

@ -26,6 +26,7 @@
#include "wx/thread.h"
#include "wx/dynarray.h"
#include "wx/numdlg.h"
#include "wx/progdlg.h"

View File

@ -27,6 +27,7 @@
#endif
#include "wx/colordlg.h"
#include "wx/numdlg.h"
#include "wx/image.h"
#include "wx/imaglist.h"