From: Vadim Zeitlin Date: Wed, 15 Aug 2007 11:40:39 +0000 (+0000) Subject: added missing headers (patch 1774617) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1722a3f626f7b29b42a22fc6329ce12fb5e8ed90 added missing headers (patch 1774617) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/xrc/xh_propdlg.cpp b/src/xrc/xh_propdlg.cpp index 191acf4abf..d2cf7f70ec 100644 --- a/src/xrc/xh_propdlg.cpp +++ b/src/xrc/xh_propdlg.cpp @@ -22,10 +22,12 @@ #ifndef WX_PRECOMP #include "wx/log.h" #include "wx/sizer.h" + #include "wx/frame.h" #endif #include "wx/bookctrl.h" #include "wx/propdlg.h" +#include "wx/imaglist.h" IMPLEMENT_DYNAMIC_CLASS(wxPropertySheetDialogXmlHandler, wxXmlResourceHandler)