From: Vadim Zeitlin Date: Tue, 18 Nov 2008 14:41:45 +0000 (+0000) Subject: add header required for PCH-less mingw32 compilation (closes #10196) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7105649b88e11ec4531440632cffe7fb6f18f39c?ds=inline add header required for PCH-less mingw32 compilation (closes #10196) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/iconbndl.h b/include/wx/iconbndl.h index f2161aff35..f32db6f3e3 100644 --- a/include/wx/iconbndl.h +++ b/include/wx/iconbndl.h @@ -17,6 +17,8 @@ #include "wx/gdicmn.h" #include "wx/icon.h" +#include "wx/dynarray.h" + WX_DECLARE_EXPORTED_OBJARRAY(wxIcon, wxIconArray); // this class can't load bitmaps of type wxBITMAP_TYPE_ICO_RESOURCE,