git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2007-01-08 13:40:59 +00:00
parent 6f8415ca56
commit c1cef60b50

View File

@@ -41,6 +41,14 @@
#include "wx/spinctrl.h"
#include "wx/geometry.h"
#if wxUSE_LISTCTRL
#include "wx/listctrl.h"
#endif
#if wxUSE_TREECTRL
#include "wx/treectrl.h"
#endif
#if wxUSE_CARET
#include "wx/caret.h"
#endif