Missing includes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d43e302b68
commit
c5565f8c61
@ -21,6 +21,10 @@
|
||||
*/
|
||||
|
||||
////@begin includes
|
||||
|
||||
#include "wx/intl.h"
|
||||
#include "wx/dialog.h"
|
||||
|
||||
////@end includes
|
||||
|
||||
/*!
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
|
||||
#include "wx/intl.h"
|
||||
#include "wx/statline.h"
|
||||
#include "wx/splitter.h"
|
||||
#include "wx/scrolwin.h"
|
||||
@ -30,6 +31,8 @@
|
||||
#include "wx/sizer.h"
|
||||
#include "wx/statbox.h"
|
||||
#include "wx/dirdlg.h"
|
||||
#include "wx/stattext.h"
|
||||
#include "wx/choice.h"
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -21,6 +21,11 @@
|
||||
*/
|
||||
|
||||
////@begin includes
|
||||
|
||||
#include "wx/dialog.h"
|
||||
#include "wx/textctrl.h"
|
||||
#include "wx/checkbox.h"
|
||||
|
||||
////@end includes
|
||||
|
||||
/*!
|
||||
|
@ -21,6 +21,10 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#if defined(__WXMSW__)
|
||||
#include "wx/msw/wrapwin.h"
|
||||
#endif
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#ifndef NO_GUI
|
||||
#include "wx/menu.h"
|
||||
|
Loading…
Reference in New Issue
Block a user