projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72e430c
)
Fixed wxTextCtrl being undefined when not using precompiled headers
author
Kevin Hock
<hockkn@yahoo.com>
Tue, 18 Jan 2005 15:54:41 +0000
(15:54 +0000)
committer
Kevin 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
patch
|
blob
|
blame
|
history
diff --git
a/src/common/event.cpp
b/src/common/event.cpp
index d126c48550ab7048d7f721908177a3e615e5ee76..5c65c985af7471359ef3d7d083927eb7e496390a 100644
(file)
--- a/
src/common/event.cpp
+++ b/
src/common/event.cpp
@@
-44,6
+44,7
@@
#include "wx/control.h"
#include "wx/utils.h"
#include "wx/dc.h"
+ #include "wx/textctrl.h"
#endif // wxUSE_GUI
#endif