git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33607
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
*/
////@begin includes
+
+#include "wx/intl.h"
+#include "wx/dialog.h"
+
////@end includes
/*!
#ifndef WX_PRECOMP
+#include "wx/intl.h"
#include "wx/statline.h"
#include "wx/splitter.h"
#include "wx/scrolwin.h"
#include "wx/sizer.h"
#include "wx/statbox.h"
#include "wx/dirdlg.h"
+#include "wx/stattext.h"
+#include "wx/choice.h"
#endif
*/
////@begin includes
+
+#include "wx/dialog.h"
+#include "wx/textctrl.h"
+#include "wx/checkbox.h"
+
////@end includes
/*!
#pragma hdrstop
#endif
+#if defined(__WXMSW__)
+ #include "wx/msw/wrapwin.h"
+#endif
+
#ifndef WX_PRECOMP
#ifndef NO_GUI
#include "wx/menu.h"