Added missing include (depending on configuration, see #9622).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2008-07-05 17:38:58 +00:00
parent dec0ad4bb9
commit e96b728de9

View File

@@ -34,6 +34,7 @@
#include "wx/module.h" #include "wx/module.h"
#if wxUSE_GUI #if wxUSE_GUI
#include "wx/window.h"
#include "wx/control.h" #include "wx/control.h"
#include "wx/dc.h" #include "wx/dc.h"
#include "wx/textctrl.h" #include "wx/textctrl.h"