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:
@@ -17,11 +17,12 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
|
||||||
#endif // WX_PRECOMP
|
|
||||||
|
|
||||||
#if wxUSE_DATETIME
|
#if wxUSE_DATETIME
|
||||||
|
|
||||||
|
#ifndef WX_PRECOMP
|
||||||
|
#include "wx/time.h" // wxGetTimeZone()
|
||||||
|
#endif // WX_PRECOMP
|
||||||
|
|
||||||
#include "wx/wxcrt.h" // for wxStrstr()
|
#include "wx/wxcrt.h" // for wxStrstr()
|
||||||
|
|
||||||
#include "testdate.h"
|
#include "testdate.h"
|
||||||
|
Reference in New Issue
Block a user