]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statusbr.h
implement support for returning several elements at once from IEnumFORMATETC (part...
[wxWidgets.git] / include / wx / statusbr.h
index 0ae464c94ea8bc1ca4cc06b0b28cf8f58fb3e8d3..626b57de706e0a831bfc717df51f068e32e48852 100644 (file)
@@ -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);