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:
Václav Slavík 2007-06-11 06:10:37 +00:00
parent 3a3dde0d44
commit 0bf751e7e9
16 changed files with 22 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/accel.h"
#include "wx/crt.h"
#endif //WX_PRECOMP
// ============================================================================

View File

@ -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"

View File

@ -25,6 +25,7 @@
#include "wx/string.h"
#include "wx/utils.h"
#include "wx/log.h"
#include "wx/crt.h"
#endif
#ifdef DBDEBUG_CONSOLE

View File

@ -29,6 +29,7 @@
#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/crt.h"
#endif
#ifdef __WINDOWS__

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -21,6 +21,7 @@
#include "wx/object.h"
#include "wx/hash.h"
#include "wx/memory.h"
#include "wx/crt.h"
#endif
#include <string.h>

View File

@ -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.

View File

@ -28,6 +28,7 @@
#ifndef WX_PRECOMP
#include "wx/arrstr.h"
#include "wx/crt.h"
#endif
// Required for wxIs... functions

View File

@ -18,6 +18,10 @@
#if wxUSE_STREAMS
#ifndef WX_PRECOMP
#include "wx/crt.h"
#endif
#include "wx/txtstrm.h"
#include <ctype.h>

View File

@ -23,6 +23,10 @@
#pragma hdrstop
#endif
#ifndef WX_PRECOMP
#include "wx/crt.h"
#endif
#include "wx/uri.h"
// ---------------------------------------------------------------------------

View File

@ -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

View File

@ -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"

View File

@ -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"