/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
- #pragma interface "gridctrl.h"
+ #pragma implementation "gridctrl.h"
#endif
#include "wx/wxprec.h"
#pragma hdrstop
#endif
+#ifndef WX_PRECOMP
+ #include "wx/textctrl.h"
+ #include "wx/dc.h"
+#endif // WX_PRECOMP
+
#include "wx/generic/gridctrl.h"
#include "wx/tokenzr.h"