Fix wxDateTime unit test compilation without PCH.

Include wx/time.h to get wxGetTimeZone() declaration.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2012-01-05 10:21:46 +00:00
parent 444bc2b24d
commit 86d19346c5

View File

@ -17,11 +17,12 @@
#pragma hdrstop
#endif
#ifndef WX_PRECOMP
#endif // WX_PRECOMP
#if wxUSE_DATETIME
#ifndef WX_PRECOMP
#include "wx/time.h" // wxGetTimeZone()
#endif // WX_PRECOMP
#include "wx/wxcrt.h" // for wxStrstr()
#include "testdate.h"