From: George Tasker Date: Tue, 13 Mar 2001 21:57:04 +0000 (+0000) Subject: Fixed sample so that if the DATETIME test is enabled, then is #included... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b268b083fcaf775f65d0cd091ff9aa487778dc8b Fixed sample so that if the DATETIME test is enabled, then 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 --- diff --git a/samples/console/console.cpp b/samples/console/console.cpp index e25ccf588d..702be27023 100644 --- a/samples/console/console.cpp +++ b/samples/console/console.cpp @@ -64,6 +64,12 @@ #define TEST_ZIP //#define TEST_ZLIB + +#ifdef TEST_DATETIME +#include +#endif + + // ---------------------------------------------------------------------------- // test class for container objects // ----------------------------------------------------------------------------