From: Włodzimierz Skiba Date: Tue, 25 May 2004 16:59:35 +0000 (+0000) Subject: Missed headers. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/86f8d1a8bbb08c7e74bb2819d5380ec6d40b73a5?ds=inline Missed headers. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index 061b93b815..f8c77f5342 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -28,9 +28,7 @@ #include "wx/app.h" #include "wx/intl.h" #include "wx/list.h" - #if wxUSE_LOG - #include "wx/log.h" - #endif // wxUSE_LOG + #include "wx/log.h" #endif //WX_PRECOMP #include "wx/utils.h" diff --git a/src/common/config.cpp b/src/common/config.cpp index 535a272f1e..d7e16648ff 100644 --- a/src/common/config.cpp +++ b/src/common/config.cpp @@ -30,6 +30,7 @@ #include "wx/config.h" #include "wx/intl.h" #include "wx/log.h" +#include "wx/arrstr.h" #if wxUSE_CONFIG && ((wxUSE_FILE && wxUSE_TEXTFILE) || wxUSE_CONFIG_NATIVE) diff --git a/src/common/dircmn.cpp b/src/common/dircmn.cpp index 1fd7429bff..c81991c43b 100644 --- a/src/common/dircmn.cpp +++ b/src/common/dircmn.cpp @@ -37,6 +37,7 @@ #include "wx/filefn.h" #endif //WX_PRECOMP +#include "wx/arrstr.h" #include "wx/dir.h" // ============================================================================