fix for PCH-less builds

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-01-11 16:23:31 +00:00
parent 29efc6e4a4
commit 85fe9f6f89
2 changed files with 4 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
#include "wx/grid.h" #include "wx/grid.h"
#include "wx/headerctrl.h" #include "wx/headerctrl.h"
#include "wx/generic/gridctrl.h" #include "wx/generic/gridctrl.h"
#include "wx/generic/grideditors.h"
#include "griddemo.h" #include "griddemo.h"

View File

@@ -24,6 +24,9 @@
#include "wx/textctrl.h" #include "wx/textctrl.h"
#include "wx/dc.h" #include "wx/dc.h"
#include "wx/combobox.h" #include "wx/combobox.h"
#include "wx/settings.h"
#include "wx/log.h"
#include "wx/checkbox.h"
#endif // WX_PRECOMP #endif // WX_PRECOMP
#include "wx/tokenzr.h" #include "wx/tokenzr.h"