From: Mattia Barbon Date: Mon, 21 Jul 2003 19:55:46 +0000 (+0000) Subject: Compilation fixes for wxUSE_STL=1 and for X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a381fd1c0a006628ac9af49e6933ccfb8138ed03 Compilation fixes for wxUSE_STL=1 and for WXWIN_COMPATIBILITY_2_4=0. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/menu.h b/include/wx/msw/menu.h index 3acc1811a9..5e2fa12938 100644 --- a/include/wx/msw/menu.h +++ b/include/wx/msw/menu.h @@ -29,6 +29,8 @@ class WXDLLEXPORT wxFrame; class WXDLLEXPORT wxToolBar; #endif +#include "wx/arrstr.h" + // ---------------------------------------------------------------------------- // Menu // ---------------------------------------------------------------------------- diff --git a/src/generic/wizard.cpp b/src/generic/wizard.cpp index 15825ddc96..988d7bcf87 100644 --- a/src/generic/wizard.cpp +++ b/src/generic/wizard.cpp @@ -191,7 +191,7 @@ wxSize wxWizardSizer::GetMaxChildSize() #endif wxSize maxOfMin; - wxSizerItemList::Node *childNode; + wxSizerItemList::compatibility_iterator childNode; for(childNode = m_children.GetFirst(); childNode; childNode = childNode->GetNext())