From 0cb7e05cd1ffcbb55fea48643fb81e284869ddad Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 27 Apr 2007 15:50:07 +0000 Subject: [PATCH] PCH-less compilation fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/appbase.cpp | 1 + src/generic/logg.cpp | 1 + src/gtk/spinctrl.cpp | 1 + src/unix/utilsunx.cpp | 1 + 4 files changed, 4 insertions(+) diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index 79cfe27e25..e25ad4e178 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -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" diff --git a/src/generic/logg.cpp b/src/generic/logg.cpp index dc74164100..6edeb90229 100644 --- a/src/generic/logg.cpp +++ b/src/generic/logg.cpp @@ -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 diff --git a/src/gtk/spinctrl.cpp b/src/gtk/spinctrl.cpp index e7918a61df..c859e71b29 100644 --- a/src/gtk/spinctrl.cpp +++ b/src/gtk/spinctrl.cpp @@ -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" diff --git a/src/unix/utilsunx.cpp b/src/unix/utilsunx.cpp index cdaa159923..2eab9e451b 100644 --- a/src/unix/utilsunx.cpp +++ b/src/unix/utilsunx.cpp @@ -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" -- 2.45.2