]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed sample so that if the DATETIME test is enabled, then <math.h> is #included...
authorGeorge Tasker <gtasker@allenbrook.com>
Tue, 13 Mar 2001 21:57:04 +0000 (21:57 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Tue, 13 Mar 2001 21:57:04 +0000 (21:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/console/console.cpp

index e25ccf588db8d094ecfd6c6166173e79849ed8ef..702be27023ad05b6212569be66a93b8e20ff3f15 100644 (file)
 #define TEST_ZIP
 //#define TEST_ZLIB
 
+
+#ifdef TEST_DATETIME
+#include <math.h>
+#endif
+
+
 // ----------------------------------------------------------------------------
 // test class for container objects
 // ----------------------------------------------------------------------------