From 2eb96d03e68724cb30a832be3305360b74426122 Mon Sep 17 00:00:00 2001 From: David Webster Date: Mon, 5 Aug 2002 15:53:21 +0000 Subject: [PATCH] OS/2 VA needs to include time.h to get the time calls. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/logg.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/generic/logg.cpp b/src/generic/logg.cpp index ac478978a8..969ccb4b2d 100644 --- a/src/generic/logg.cpp +++ b/src/generic/logg.cpp @@ -59,6 +59,10 @@ #include "wx/msw/private.h" #endif // Windows +#ifdef __WXPM__ + #include +#endif + #if wxUSE_LOG_DIALOG #include "wx/listctrl.h" #include "wx/imaglist.h" -- 2.50.0