git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41036
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/layout.h"
#include "wx/msgdlg.h"
#include "wx/icon.h"
+ #include "wx/button.h"
+ #include "wx/sizer.h"
+ #include "wx/textctrl.h"
+ #include "wx/settings.h"
#endif
-#include "wx/sizer.h"
-#include "wx/textctrl.h"
-
#include "wx/calctrl.h"
-#include "wx/settings.h"
#if wxUSE_DATEPICKCTRL
#include "wx/datectrl.h"
// for all others, include the necessary headers
#ifndef WX_PRECOMP
+ #include "wx/frame.h"
#include "wx/stattext.h"
#include "wx/log.h"
#include "wx/app.h"