From: Václav Slavík Date: Wed, 13 Jun 2007 10:52:10 +0000 (+0000) Subject: added missing #includes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e9c73919479f4bc413ff908c6d4f88c000ee5f5f added missing #includes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/xrc/xmlres.h b/include/wx/xrc/xmlres.h index e8d1424bd0..6f41113b79 100644 --- a/include/wx/xrc/xmlres.h +++ b/include/wx/xrc/xmlres.h @@ -26,6 +26,8 @@ #include "wx/artprov.h" #include "wx/colour.h" #include "wx/animate.h" +#include "wx/dynarray.h" +#include "wx/arrstr.h" #include "wx/xml/xml.h"