Fixed sample so that if the DATETIME test is enabled, then <math.h> is #included so that wxBase can compile this sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -64,6 +64,12 @@
|
||||
#define TEST_ZIP
|
||||
//#define TEST_ZLIB
|
||||
|
||||
|
||||
#ifdef TEST_DATETIME
|
||||
#include <math.h>
|
||||
#endif
|
||||
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// test class for container objects
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user