]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/logg.cpp
digital mars updated
[wxWidgets.git] / src / generic / logg.cpp
index 8bbe5cad30d0bd6919f9b3c76fa3dafab54c2904..c1562b8150e5331cb3543acd8b437d3bdc658723 100644 (file)
     #include "wx/msgdlg.h"
 #endif // wxUSE_LOG_DIALOG/!wxUSE_LOG_DIALOG
 
+#if defined(__MWERKS__) && wxUSE_UNICODE
+    #include <wtime.h>
+#endif
+
 // the suffix we add to the button to show that the dialog can be expanded
 #define EXPAND_SUFFIX _T(" >>")