]> git.saurik.com Git - wxWidgets.git/commitdiff
fix for PCH-less builds
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 11 Jan 2009 16:23:31 +0000 (16:23 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 11 Jan 2009 16:23:31 +0000 (16:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/grid/griddemo.cpp
src/generic/gridctrl.cpp

index 6e682f597b09429d9df19a09b0b5257d908a4c0e..e3cd8a30b4f81cd4cba1d29cbd20fa17d1cb7b89 100644 (file)
@@ -35,6 +35,7 @@
 #include "wx/grid.h"
 #include "wx/headerctrl.h"
 #include "wx/generic/gridctrl.h"
+#include "wx/generic/grideditors.h"
 
 #include "griddemo.h"
 
index d1df91d0991323f1c4601ad4b90819ebbe9785e1..8db47ed3cf08964d9ae57d8d15920eca12bdad85 100644 (file)
@@ -24,6 +24,9 @@
     #include "wx/textctrl.h"
     #include "wx/dc.h"
     #include "wx/combobox.h"
+       #include "wx/settings.h"
+    #include "wx/log.h"
+    #include "wx/checkbox.h"
 #endif // WX_PRECOMP
 
 #include "wx/tokenzr.h"