Fixed non-precompiled headers compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5f9c3802c1
commit
af27647706
@ -220,6 +220,8 @@ WX_PG_IMPLEMENT_CUSTOM_COLOUR_PROPERTY_USES_WXCOLOUR2(CLASSNAME, \
|
||||
|
||||
#ifndef SWIG
|
||||
|
||||
#include "wx/textctrl.h"
|
||||
|
||||
/** @class wxPGInDialogValidator
|
||||
@ingroup classes
|
||||
Creates and manages a temporary wxTextCtrl for validation purposes.
|
||||
@ -1047,8 +1049,8 @@ wxValidator* PROPNAME::DoGetValidator () const \
|
||||
// wxArrayEditorDialog
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
#include "wx/textctrl.h"
|
||||
#include "wx/button.h"
|
||||
#include "wx/dialog.h"
|
||||
#include "wx/listbox.h"
|
||||
|
||||
#define wxAEDIALOG_STYLE \
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include "wx/pen.h"
|
||||
#include "wx/brush.h"
|
||||
#include "wx/intl.h"
|
||||
#include "wx/stopwatch.h"
|
||||
#endif
|
||||
|
||||
// This define is necessary to prevent macro clearing
|
||||
|
Loading…
Reference in New Issue
Block a user