PCH-less compilation fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-04-27 15:50:07 +00:00
parent e3e8e3c0aa
commit 0cb7e05cd1
4 changed files with 4 additions and 0 deletions

View File

@@ -33,6 +33,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/wxcrtvararg.h"
#endif //WX_PRECOMP #endif //WX_PRECOMP
#include "wx/apptrait.h" #include "wx/apptrait.h"

View File

@@ -38,6 +38,7 @@
#include "wx/sizer.h" #include "wx/sizer.h"
#include "wx/statbmp.h" #include "wx/statbmp.h"
#include "wx/settings.h" #include "wx/settings.h"
#include "wx/wxcrtvararg.h"
#endif // WX_PRECOMP #endif // WX_PRECOMP
#if wxUSE_LOGGUI || wxUSE_LOGWINDOW #if wxUSE_LOGGUI || wxUSE_LOGWINDOW

View File

@@ -18,6 +18,7 @@
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/textctrl.h" // for wxEVT_COMMAND_TEXT_UPDATED #include "wx/textctrl.h" // for wxEVT_COMMAND_TEXT_UPDATED
#include "wx/utils.h" #include "wx/utils.h"
#include "wx/wxcrtvararg.h"
#endif #endif
#include "wx/gtk/private.h" #include "wx/gtk/private.h"

View File

@@ -25,6 +25,7 @@
#include "wx/intl.h" #include "wx/intl.h"
#include "wx/log.h" #include "wx/log.h"
#include "wx/app.h" #include "wx/app.h"
#include "wx/wxcrtvararg.h"
#endif #endif
#include "wx/apptrait.h" #include "wx/apptrait.h"