From: David Webster Date: Mon, 5 Aug 2002 15:53:21 +0000 (+0000) Subject: OS/2 VA needs to include time.h to get the time calls. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2eb96d03e68724cb30a832be3305360b74426122 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 --- 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"