From: Václav Slavík Date: Tue, 24 Jun 2003 11:29:40 +0000 (+0000) Subject: compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/910426ee7bbd9f5959b4d5d075b35f0e8e3b52a9 compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index 2ca933042f..40e4147114 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -27,6 +27,7 @@ #ifndef WX_PRECOMP #include "wx/app.h" #include "wx/intl.h" + #include "wx/list.h" #if wxUSE_LOG #include "wx/log.h" #endif // wxUSE_LOG