PCH-less compilation fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-04-27 21:32:40 +00:00
parent 6b24b421ce
commit 193d0c9310
11 changed files with 11 additions and 1 deletions

View File

@@ -32,6 +32,7 @@
#include "wx/msgdlg.h" #include "wx/msgdlg.h"
#include "wx/confbase.h" #include "wx/confbase.h"
#include "wx/utils.h" #include "wx/utils.h"
#include "wx/wxcrtvararg.h"
#endif #endif
#include "wx/apptrait.h" #include "wx/apptrait.h"

View File

@@ -23,6 +23,7 @@
#include "wx/log.h" #include "wx/log.h"
#include "wx/utils.h" #include "wx/utils.h"
#include "wx/gdicmn.h" #include "wx/gdicmn.h"
#include "wx/wxcrtvararg.h"
#endif #endif
#if wxUSE_VARIANT #if wxUSE_VARIANT

View File

@@ -22,6 +22,7 @@
#include "wx/dc.h" #include "wx/dc.h"
#include "wx/settings.h" #include "wx/settings.h"
#include "wx/module.h" #include "wx/module.h"
#include "wx/wxcrtvararg.h"
#endif #endif
#include "wx/html/htmlcell.h" #include "wx/html/htmlcell.h"

View File

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

View File

@@ -19,13 +19,13 @@
#ifndef WXPRECOMP #ifndef WXPRECOMP
#include "wx/colour.h" #include "wx/colour.h"
#include "wx/wxcrtvararg.h"
#endif #endif
#include "wx/html/htmlpars.h" #include "wx/html/htmlpars.h"
#include <stdio.h> // for vsscanf #include <stdio.h> // for vsscanf
#include <stdarg.h> #include <stdarg.h>
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// wxHtmlTagsCache // wxHtmlTagsCache
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View File

@@ -16,6 +16,7 @@
#if wxUSE_HTML && wxUSE_STREAMS #if wxUSE_HTML && wxUSE_STREAMS
#ifndef WXPRECOMP #ifndef WXPRECOMP
#include "wx/wxcrtvararg.h"
#endif #endif
#include "wx/html/forcelnk.h" #include "wx/html/forcelnk.h"

View File

@@ -29,6 +29,7 @@
#include "wx/log.h" #include "wx/log.h"
#include "wx/intl.h" #include "wx/intl.h"
#include "wx/encinfo.h" #include "wx/encinfo.h"
#include "wx/wxcrtvararg.h"
#endif //WX_PRECOMP #endif //WX_PRECOMP
#include "wx/msw/private.h" #include "wx/msw/private.h"

View File

@@ -28,6 +28,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 #endif
#include "wx/dataobj.h" #include "wx/dataobj.h"

View File

@@ -32,6 +32,7 @@
#include "wx/msw/wrapcctl.h" // include <commctrl.h> "properly" #include "wx/msw/wrapcctl.h" // include <commctrl.h> "properly"
#include "wx/event.h" #include "wx/event.h"
#include "wx/textctrl.h" #include "wx/textctrl.h"
#include "wx/wxcrtvararg.h"
#endif #endif
#include "wx/msw/private.h" #include "wx/msw/private.h"

View File

@@ -37,6 +37,7 @@
#include "wx/menu.h" #include "wx/menu.h"
#include "wx/math.h" #include "wx/math.h"
#include "wx/module.h" #include "wx/module.h"
#include "wx/wxcrtvararg.h"
#endif #endif
#include "wx/sysopt.h" #include "wx/sysopt.h"

View File

@@ -29,6 +29,7 @@
#include "wx/bitmap.h" #include "wx/bitmap.h"
#include "wx/image.h" #include "wx/image.h"
#include "wx/module.h" #include "wx/module.h"
#include "wx/wxcrtvararg.h"
#endif #endif
#ifndef __WXWINCE__ #ifndef __WXWINCE__