]> git.saurik.com Git - wxWidgets.git/commitdiff
include wx/arrstr.h as it's needed by wxImageHandler and may not be implicitly includ...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 19 Jun 2009 23:46:21 +0000 (23:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 19 Jun 2009 23:46:21 +0000 (23:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/image.h

index bf3e3e78fb12bfd9b26ed50d5e3861c01908585d..20fb50f5f6ca5555f03bb56a366fb847d70658f4 100644 (file)
@@ -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"