compilation fixes for PCH-less build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3a3dde0d44
commit
0bf751e7e9
@ -30,6 +30,7 @@
|
||||
#include "wx/intl.h"
|
||||
#include "wx/log.h"
|
||||
#include "wx/accel.h"
|
||||
#include "wx/crt.h"
|
||||
#endif //WX_PRECOMP
|
||||
|
||||
// ============================================================================
|
||||
|
@ -70,6 +70,7 @@
|
||||
#include "wx/intl.h"
|
||||
#include "wx/stopwatch.h" // for wxGetLocalTimeMillis()
|
||||
#include "wx/module.h"
|
||||
#include "wx/crt.h"
|
||||
#endif // WX_PRECOMP
|
||||
|
||||
#include "wx/thread.h"
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "wx/string.h"
|
||||
#include "wx/utils.h"
|
||||
#include "wx/log.h"
|
||||
#include "wx/crt.h"
|
||||
#endif
|
||||
|
||||
#ifdef DBDEBUG_CONSOLE
|
||||
|
@ -29,6 +29,7 @@
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/intl.h"
|
||||
#include "wx/log.h"
|
||||
#include "wx/crt.h"
|
||||
#endif
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
|
@ -116,6 +116,7 @@
|
||||
#include "wx/string.h"
|
||||
#include "wx/intl.h"
|
||||
#include "wx/log.h"
|
||||
#include "wx/crt.h"
|
||||
#endif // !WX_PRECOMP
|
||||
|
||||
#include "wx/filename.h"
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include "wx/intl.h"
|
||||
#include "wx/log.h"
|
||||
#include "wx/utils.h"
|
||||
#include "wx/crt.h"
|
||||
#endif
|
||||
|
||||
#include "wx/file.h"
|
||||
|
@ -75,6 +75,7 @@
|
||||
#include "wx/intl.h"
|
||||
#include "wx/log.h"
|
||||
#include "wx/utils.h"
|
||||
#include "wx/crt.h"
|
||||
#endif
|
||||
|
||||
#include "wx/filename.h"
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include "wx/intl.h"
|
||||
#include "wx/log.h"
|
||||
#include "wx/module.h"
|
||||
#include "wx/crt.h"
|
||||
#endif //WX_PRECOMP
|
||||
|
||||
#include "wx/file.h"
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include "wx/object.h"
|
||||
#include "wx/hash.h"
|
||||
#include "wx/memory.h"
|
||||
#include "wx/crt.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include "wx/string.h"
|
||||
#include "wx/log.h"
|
||||
#include "wx/intl.h"
|
||||
#include "wx/crt.h"
|
||||
#endif //WX_PRECOMP
|
||||
|
||||
// FreeBSD, Watcom and DMars require this, CW doesn't have nor need it.
|
||||
|
@ -28,6 +28,7 @@
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/arrstr.h"
|
||||
#include "wx/crt.h"
|
||||
#endif
|
||||
|
||||
// Required for wxIs... functions
|
||||
|
@ -18,6 +18,10 @@
|
||||
|
||||
#if wxUSE_STREAMS
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/crt.h"
|
||||
#endif
|
||||
|
||||
#include "wx/txtstrm.h"
|
||||
#include <ctype.h>
|
||||
|
||||
|
@ -23,6 +23,10 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/crt.h"
|
||||
#endif
|
||||
|
||||
#include "wx/uri.h"
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
@ -23,6 +23,7 @@
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/string.h"
|
||||
#include "wx/math.h"
|
||||
#include "wx/crt.h"
|
||||
#if wxUSE_STREAMS
|
||||
#include "wx/stream.h"
|
||||
#endif
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "wx/string.h"
|
||||
#include "wx/intl.h"
|
||||
#include "wx/log.h"
|
||||
#include "wx/crt.h"
|
||||
#if wxUSE_GUI
|
||||
#include "wx/icon.h"
|
||||
#include "wx/msgdlg.h"
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "wx/string.h"
|
||||
#include "wx/intl.h"
|
||||
#include "wx/log.h"
|
||||
#include "wx/crt.h"
|
||||
#endif
|
||||
|
||||
#include "wx/file.h"
|
||||
|
Loading…
Reference in New Issue
Block a user