Compilation fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4b5e5cfb22
commit
e4f3eb42f2
@ -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
|
||||
|
@ -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"
|
||||
|
@ -55,6 +55,7 @@
|
||||
#endif
|
||||
|
||||
#include "wx/txtstrm.h"
|
||||
#include "wx/numdlg.h"
|
||||
|
||||
#include "wx/process.h"
|
||||
|
||||
|
@ -40,6 +40,7 @@
|
||||
#endif
|
||||
|
||||
#include "wx/colordlg.h"
|
||||
#include "wx/numdlg.h"
|
||||
|
||||
#include "wx/htmllbox.h"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -26,6 +26,7 @@
|
||||
|
||||
#include "wx/thread.h"
|
||||
#include "wx/dynarray.h"
|
||||
#include "wx/numdlg.h"
|
||||
|
||||
#include "wx/progdlg.h"
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
#endif
|
||||
|
||||
#include "wx/colordlg.h"
|
||||
#include "wx/numdlg.h"
|
||||
|
||||
#include "wx/image.h"
|
||||
#include "wx/imaglist.h"
|
||||
|
Loading…
Reference in New Issue
Block a user