PCH-less compilation fix after last commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-01-06 19:00:52 +00:00
parent 9978ac8e4f
commit 7920be660b

View File

@ -22,6 +22,7 @@
#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/combobox.h"
#include "wx/textctrl.h" // for wxTE_PROCESS_ENTER
#endif
IMPLEMENT_DYNAMIC_CLASS(wxComboBoxXmlHandler, wxXmlResourceHandler)