Fix includes in wx/treectrl.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mart Raudsepp
2005-10-12 07:49:14 +00:00
parent 9f1a446692
commit 1fd0e166f3

View 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;