added missing include

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot 2001-10-18 21:51:18 +00:00
parent cf248c80a3
commit 7d12127f14

View File

@ -23,6 +23,7 @@
#ifndef WX_PRECOMP
#include "wx/wx.h"
#include "wx/listctrl.h"
#include "wx/treectrl.h"
#endif
#include <ctype.h>