From 48889bca6f8b2504f78c0f47b32f5e95c64d915d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 19 Jun 2009 23:46:21 +0000 Subject: [PATCH] include wx/arrstr.h as it's needed by wxImageHandler and may not be implicitly included from other headers in minimal builds (closes #10914) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/image.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/image.h b/include/wx/image.h index bf3e3e78fb..20fb50f5f6 100644 --- a/include/wx/image.h +++ b/include/wx/image.h @@ -18,6 +18,7 @@ #include "wx/string.h" #include "wx/gdicmn.h" #include "wx/hashmap.h" +#include "wx/arrstr.h" #if wxUSE_STREAMS # include "wx/stream.h" -- 2.45.2