Fixed compilation of datectlg.cpp.

Only including wx/datectrl.h does not always include wx/generic/datectrl.h, for example it does not for MSW non-Universal. As a result when compiling datectlg.cpp wxDatePickerCtrlGeneric is unknown and compilation fails. Fixed by including wx/generic/datectrl.h again (regression since r66524).



git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Dimitri Schoolwerth 2011-01-03 11:01:59 +00:00
parent 18f42b94df
commit df16cb09b1

View File

@ -38,6 +38,7 @@
#include "wx/combo.h"
#include "wx/datectrl.h"
#include "wx/generic/datectrl.h"
// ----------------------------------------------------------------------------
// constants