]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/treectrl.h
Implement wx_truncate_cast for VC++ 7.1 and later
[wxWidgets.git] / include / wx / treectrl.h
index 07396e1f67fd4fa01137658419825d293571d51e..dd2782f4cad9ac6b08285f6527e2f5e3c8896fbb 100644 (file)
@@ -12,7 +12,9 @@
 #ifndef _WX_TREECTRL_H_BASE_
 #define _WX_TREECTRL_H_BASE_
 
+#include "wx/control.h"
 #include "wx/treebase.h"
+#include "wx/textctrl.h" // wxTextCtrl::ms_classinfo used through CLASSINFO macro
 
 class WXDLLEXPORT wxImageList;