Fix wxTimePickerCtrl compilation without PCH too.

Include commctrl.h explicitly when not using PCH (this completes fixes of
r69293).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2011-10-04 17:03:28 +00:00
parent 9a0774600b
commit ba7df825c9

View File

@@ -25,6 +25,7 @@
#if wxUSE_DATEPICKCTRL
#ifndef WX_PRECOMP
#include "wx/msw/wrapcctl.h"
#endif
#include "wx/timectrl.h"