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/intl.h"
#include "wx/log.h" #include "wx/log.h"
#include "wx/accel.h" #include "wx/accel.h"
#include "wx/crt.h"
#endif //WX_PRECOMP #endif //WX_PRECOMP
// ============================================================================ // ============================================================================

View File

@@ -70,6 +70,7 @@
#include "wx/intl.h" #include "wx/intl.h"
#include "wx/stopwatch.h" // for wxGetLocalTimeMillis() #include "wx/stopwatch.h" // for wxGetLocalTimeMillis()
#include "wx/module.h" #include "wx/module.h"
#include "wx/crt.h"
#endif // WX_PRECOMP #endif // WX_PRECOMP
#include "wx/thread.h" #include "wx/thread.h"

View File

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

View File

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

View File

@@ -116,6 +116,7 @@
#include "wx/string.h" #include "wx/string.h"
#include "wx/intl.h" #include "wx/intl.h"
#include "wx/log.h" #include "wx/log.h"
#include "wx/crt.h"
#endif // !WX_PRECOMP #endif // !WX_PRECOMP
#include "wx/filename.h" #include "wx/filename.h"

View File

@@ -30,6 +30,7 @@
#include "wx/intl.h" #include "wx/intl.h"
#include "wx/log.h" #include "wx/log.h"
#include "wx/utils.h" #include "wx/utils.h"
#include "wx/crt.h"
#endif #endif
#include "wx/file.h" #include "wx/file.h"

View File

@@ -75,6 +75,7 @@
#include "wx/intl.h" #include "wx/intl.h"
#include "wx/log.h" #include "wx/log.h"
#include "wx/utils.h" #include "wx/utils.h"
#include "wx/crt.h"
#endif #endif
#include "wx/filename.h" #include "wx/filename.h"

View File

@@ -35,6 +35,7 @@
#include "wx/intl.h" #include "wx/intl.h"
#include "wx/log.h" #include "wx/log.h"
#include "wx/module.h" #include "wx/module.h"
#include "wx/crt.h"
#endif //WX_PRECOMP #endif //WX_PRECOMP
#include "wx/file.h" #include "wx/file.h"

View File

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

View File

@@ -32,6 +32,7 @@
#include "wx/string.h" #include "wx/string.h"
#include "wx/log.h" #include "wx/log.h"
#include "wx/intl.h" #include "wx/intl.h"
#include "wx/crt.h"
#endif //WX_PRECOMP #endif //WX_PRECOMP
// FreeBSD, Watcom and DMars require this, CW doesn't have nor need it. // FreeBSD, Watcom and DMars require this, CW doesn't have nor need it.

View File

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

View File

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

View File

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

View File

@@ -23,6 +23,7 @@
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/string.h" #include "wx/string.h"
#include "wx/math.h" #include "wx/math.h"
#include "wx/crt.h"
#if wxUSE_STREAMS #if wxUSE_STREAMS
#include "wx/stream.h" #include "wx/stream.h"
#endif #endif

View File

@@ -25,6 +25,7 @@
#include "wx/string.h" #include "wx/string.h"
#include "wx/intl.h" #include "wx/intl.h"
#include "wx/log.h" #include "wx/log.h"
#include "wx/crt.h"
#if wxUSE_GUI #if wxUSE_GUI
#include "wx/icon.h" #include "wx/icon.h"
#include "wx/msgdlg.h" #include "wx/msgdlg.h"

View File

@@ -24,6 +24,7 @@
#include "wx/string.h" #include "wx/string.h"
#include "wx/intl.h" #include "wx/intl.h"
#include "wx/log.h" #include "wx/log.h"
#include "wx/crt.h"
#endif #endif
#include "wx/file.h" #include "wx/file.h"