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:
parent
444bc2b24d
commit
86d19346c5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user