Include <wx/textctrl.h> from <wx/combobox.h> for compatibility.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Mar 2012 17:55:42 +0000 (17:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Mar 2012 17:55:42 +0000 (17:55 +0000)
commit2970f22a899a4b8fe2103dd79a7377f2f4a70c46
tree3fa8aa22970109f338cc6c7f40ae36c27acb84f3
parentf17ac57417530febd2c48bbb6c82004cb23d108c
Include <wx/textctrl.h> from <wx/combobox.h> for compatibility.

The wxComboBox header itself doesn't need <wx/textctrl.h> but there exists
code using wxComboBox with wxTextCtrl styles and events that doesn't include
<wx/textctrl.h> explicitly because it wasn't necessary in 2.8. So include it
from wx/combobox.h to avoid breaking this code after an upgrade to 2.9.

Closes #14132.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/combobox.h