]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/stopwatch.cpp
added trace message to wxCSConv creation code
[wxWidgets.git] / src / common / stopwatch.cpp
index 7575e5ba957bf76b92d03684111fc223fe48d517..cd13eb058882e55cee011b27bd59f164cbde7523 100644 (file)
 #endif
 
 #ifdef __WXMAC__
+#ifndef __DARWIN__
     #include <Timer.h>
     #include <DriverServices.h>
+#else
+    #include <Carbon/Carbon.h>
+#endif
+#endif
+
+#ifdef __WXPALMOS__
+    #include <DateTime.h>
+    #include <TimeMgr.h>
+    #include <SystemMgr.h>
 #endif
 
 // ----------------------------------------------------------------------------