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
This commit is contained in:
David Webster 2002-08-05 15:53:21 +00:00
parent cf4d0c5b0b
commit 2eb96d03e6

View File

@ -59,6 +59,10 @@
#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"