From 7105649b88e11ec4531440632cffe7fb6f18f39c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 18 Nov 2008 14:41:45 +0000 Subject: [PATCH] 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 --- include/wx/iconbndl.h | 2 ++ 1 file changed, 2 insertions(+) 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,