]> git.saurik.com Git - wxWidgets.git/commitdiff
PCH-less compilation fixes
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 27 Apr 2007 15:50:07 +0000 (15:50 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 27 Apr 2007 15:50:07 +0000 (15:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/appbase.cpp
src/generic/logg.cpp
src/gtk/spinctrl.cpp
src/unix/utilsunx.cpp

index 79cfe27e25e76892d352ae00a74083dea5a59f73..e25ad4e178b39ccd1129317f3f84feb1dd1aa6aa 100644 (file)
@@ -33,6 +33,7 @@
     #include "wx/intl.h"
     #include "wx/log.h"
     #include "wx/utils.h"
+    #include "wx/wxcrtvararg.h"
 #endif //WX_PRECOMP
 
 #include "wx/apptrait.h"
index dc74164100a22b436addc025819431c997528b86..6edeb902292743216eeee34a930950a4850e05bb 100644 (file)
@@ -38,6 +38,7 @@
     #include "wx/sizer.h"
     #include "wx/statbmp.h"
     #include "wx/settings.h"
+    #include "wx/wxcrtvararg.h"
 #endif // WX_PRECOMP
 
 #if wxUSE_LOGGUI || wxUSE_LOGWINDOW
index e7918a61dfbf6c979afa3761b6d591d682a14a86..c859e71b2937c7a7d775b102174010e477b835dc 100644 (file)
@@ -18,6 +18,7 @@
 #ifndef WX_PRECOMP
     #include "wx/textctrl.h"    // for wxEVT_COMMAND_TEXT_UPDATED
     #include "wx/utils.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #include "wx/gtk/private.h"
index cdaa1599230b334de3dfe6d17307ac570325b82d..2eab9e451b7fd154627b18e5978eb18156a70faa 100644 (file)
@@ -25,6 +25,7 @@
     #include "wx/intl.h"
     #include "wx/log.h"
     #include "wx/app.h"
+    #include "wx/wxcrtvararg.h"
 #endif
 
 #include "wx/apptrait.h"