]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fixes for PCH-less build
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 11 Jun 2007 06:10:37 +0000 (06:10 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 11 Jun 2007 06:10:37 +0000 (06:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 files changed:
src/common/accelcmn.cpp
src/common/datetime.cpp
src/common/dbtable.cpp
src/common/ffile.cpp
src/common/file.cpp
src/common/filefn.cpp
src/common/filename.cpp
src/common/mimecmn.cpp
src/common/object.cpp
src/common/regex.cpp
src/common/tokenzr.cpp
src/common/txtstrm.cpp
src/common/uri.cpp
src/common/variant.cpp
src/msw/mimetype.cpp
src/msw/registry.cpp

index 85eb8d75d808bd515a441e63949adf70a458ffde..d524d15d0c3e68a879f3fc9e29665ca2fdf0c153 100644 (file)
@@ -30,6 +30,7 @@
     #include "wx/intl.h"
     #include "wx/log.h"
     #include "wx/accel.h"
+    #include "wx/crt.h"
 #endif //WX_PRECOMP
 
 // ============================================================================
index 765e3164192d7fc4adcdda191632be7c24efa5ea..47459efedeaf1e54b2eb7374f2d1a7d50dc5bbf7 100644 (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"
index 6f867a1bdb6544537a2646085c7f6a5f00750ac7..ac9981425e04ce32a4ce0a5abb091628d593f85b 100644 (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
index 05c29faa6d7e18296b20fb229fa00f0e72fbc829..4ea59377b9feac87ff1add5e4841adc52c251417 100644 (file)
@@ -29,6 +29,7 @@
 #ifndef WX_PRECOMP
     #include "wx/intl.h"
     #include "wx/log.h"
+    #include "wx/crt.h"
 #endif
 
 #ifdef __WINDOWS__
index 45ab8ade8cff914a09e1f0602eaa2f6bc3ec17a5..23e04502833bd2142f9633731c6471a8e8f0f8d2 100644 (file)
     #include  "wx/string.h"
     #include  "wx/intl.h"
     #include  "wx/log.h"
+    #include "wx/crt.h"
 #endif // !WX_PRECOMP
 
 #include  "wx/filename.h"
index ee5913ccc9c8daf8c1120560f46fe1350875eacf..e4d3f4d5dd49afc997623682ff0ad2a096eca52b 100644 (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"
index 6334696a3468478ac3fc2024d589fc6604a20ec2..ac911cb0a95d0533e14c02ea2d318d77949fa813 100644 (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"
index b24cc65838af8047eaaa67860442a70819c938f4..21eb8f5c0f254264d83416dc1c92a31afaaa7057 100644 (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"
index 301b6325564299d6666d4b656aa47c5e9f72fc6a..247c365f661f2009f3fabf33618bac61831c2601 100644 (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>
index ccf9ffd727b019e03564d94171d87207ccb7176e..bc0faa554ee047cb2e2c661efad92e1c68d14aeb 100644 (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.
index 5bdae9d7fbc5f34286608c4179b565b73428a1db..34ba2b0523673de955442008dddf5efae0e4913d 100644 (file)
@@ -28,6 +28,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/arrstr.h"
+    #include "wx/crt.h"
 #endif
 
 // Required for wxIs... functions
index 524402d54fb0e522b81549bfb1559e988b4806ca..c933c4b4da71cb1b1f0268abb83d41abe9997693 100644 (file)
 
 #if wxUSE_STREAMS
 
+#ifndef WX_PRECOMP
+    #include "wx/crt.h"
+#endif
+
 #include "wx/txtstrm.h"
 #include <ctype.h>
 
index 5ddfbc3cbc88806824fbf2ef1b75ba9a814dbee3..bcdd7eae660447ad11e6267d0c6408c4b24abc28 100644 (file)
     #pragma hdrstop
 #endif
 
+#ifndef WX_PRECOMP
+    #include "wx/crt.h"
+#endif
+
 #include "wx/uri.h"
 
 // ---------------------------------------------------------------------------
index 0be25d1047df8a7441334b85f48a2fceefa24640..689278480774da6a886ce8ab89dc31c1ec6632ea 100644 (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
index 4720084cba385a5c37038760939a3b9ce709b5dc..be3b448067cb6cbace2a5829951d4adccb124fee 100644 (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"
index 224927aa1b27777d11ec6a93446cda66af968984..fb496d100f48c37895dd4e8a7fad61075496078c 100644 (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"