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
#include "wx/combo.h"
#include "wx/datectrl.h"
+#include "wx/generic/datectrl.h"
// ----------------------------------------------------------------------------
// constants