Added time.h so it would compile

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Brian Macy
1999-03-29 21:08:15 +00:00
parent d6b9496a96
commit 7e81174d0b

View File

@@ -17,6 +17,7 @@
#endif #endif
#include <wx/dynarray.h> #include <wx/dynarray.h>
#include <time.h>
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// constants // constants