Fixed compilation of datectlg.cpp.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Mon, 3 Jan 2011 11:01:59 +0000 (11:01 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Mon, 3 Jan 2011 11:01:59 +0000 (11:01 +0000)
commitdf16cb09b114debf781f229cd8762212d7584b0f
treeddf4683605e8f784fb8256f82b4e3a84ce103c9f
parent18f42b94df62068a19258b96ac7f569d4d3ba400
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
src/generic/datectlg.cpp