From af27647706cb7ca50cf04814ff867532919a252c Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Sun, 21 Sep 2008 19:58:19 +0000 Subject: [PATCH] Fixed non-precompiled headers compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/propgrid/props.h | 4 +++- src/propgrid/propgridpagestate.cpp | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/wx/propgrid/props.h b/include/wx/propgrid/props.h index b21d743621..d490473e98 100644 --- a/include/wx/propgrid/props.h +++ b/include/wx/propgrid/props.h @@ -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 \ diff --git a/src/propgrid/propgridpagestate.cpp b/src/propgrid/propgridpagestate.cpp index 6ee8c0f58f..18c0369c6c 100644 --- a/src/propgrid/propgridpagestate.cpp +++ b/src/propgrid/propgridpagestate.cpp @@ -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 -- 2.45.2