]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed wxTextCtrl being undefined when not using precompiled headers
authorKevin Hock <hockkn@yahoo.com>
Tue, 18 Jan 2005 15:54:41 +0000 (15:54 +0000)
committerKevin Hock <hockkn@yahoo.com>
Tue, 18 Jan 2005 15:54:41 +0000 (15:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/event.cpp

index d126c48550ab7048d7f721908177a3e615e5ee76..5c65c985af7471359ef3d7d083927eb7e496390a 100644 (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