From b268b083fcaf775f65d0cd091ff9aa487778dc8b Mon Sep 17 00:00:00 2001 From: George Tasker Date: Tue, 13 Mar 2001 21:57:04 +0000 Subject: [PATCH] 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 --- samples/console/console.cpp | 6 ++++++ 1 file changed, 6 insertions(+) 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 // ---------------------------------------------------------------------------- -- 2.50.0