From: Vadim Zeitlin Date: Fri, 24 Feb 2006 23:40:01 +0000 (+0000) Subject: need to include wx/treectrl.h to use CLASSINFO(wxTextCtrl) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/70ad0e06f0e5aec6f1f5f158977cf8420723f3ed need to include wx/treectrl.h to use CLASSINFO(wxTextCtrl) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/listctrl.h b/include/wx/generic/listctrl.h index 8e7314d772..e8ca93d6db 100644 --- a/include/wx/generic/listctrl.h +++ b/include/wx/generic/listctrl.h @@ -25,6 +25,7 @@ #include "wx/scrolwin.h" #include "wx/settings.h" #include "wx/listbase.h" +#include "wx/textctrl.h" #if wxUSE_DRAG_AND_DROP class WXDLLEXPORT wxDropTarget;