Fixed wxTextCtrl being undefined when not using precompiled headers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Hock
2005-01-18 15:54:41 +00:00
parent 72e430cd97
commit 75a29298fa

View File

@@ -44,6 +44,7 @@
#include "wx/control.h"
#include "wx/utils.h"
#include "wx/dc.h"
#include "wx/textctrl.h"
#endif // wxUSE_GUI
#endif