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:
George Tasker
2001-03-13 21:57:04 +00:00
parent 3e642d8427
commit b268b083fc

View File

@@ -64,6 +64,12 @@
#define TEST_ZIP
//#define TEST_ZLIB
#ifdef TEST_DATETIME
#include <math.h>
#endif
// ----------------------------------------------------------------------------
// test class for container objects
// ----------------------------------------------------------------------------