]> git.saurik.com Git - wxWidgets.git/commitdiff
OS/2 VA needs to include time.h to get the time calls.
authorDavid Webster <Dave.Webster@bhmi.com>
Mon, 5 Aug 2002 15:53:21 +0000 (15:53 +0000)
committerDavid Webster <Dave.Webster@bhmi.com>
Mon, 5 Aug 2002 15:53:21 +0000 (15:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/logg.cpp

index ac478978a8be30a40cbb19111b1ec8aba89f3dcb..969ccb4b2da303618749809d30fe26fa509cd9bd 100644 (file)
   #include  "wx/msw/private.h"
 #endif // Windows
 
+#ifdef  __WXPM__
+  #include <time.h>
+#endif
+
 #if wxUSE_LOG_DIALOG
     #include "wx/listctrl.h"
     #include "wx/imaglist.h"