X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22f3361e1cf25c52a2da8fdfc5cb081809e18fb9..93fa67c0e6124d2657488971800c8fd068dc0d0e:/include/wx/statusbr.h diff --git a/include/wx/statusbr.h b/include/wx/statusbr.h index 0ae464c94e..626b57de70 100644 --- a/include/wx/statusbr.h +++ b/include/wx/statusbr.h @@ -6,7 +6,7 @@ // Created: 05.02.00 // RCS-ID: $Id$ // Copyright: (c) wxWindows team -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_STATUSBR_H_BASE_ @@ -21,6 +21,7 @@ #if wxUSE_STATUSBAR #include "wx/list.h" +#include "wx/dynarray.h" WX_DECLARE_LIST(wxString, wxListString);