]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/timer.cpp
wxWindow::Fit() infinite loop bug fixed
[wxWidgets.git] / src / msw / timer.cpp
index 7a12dc3c2d308225e7ba6ab35ea4937ea1dad990..334fe2c99b488463d58e1308d64c1d00e3b6098f 100644 (file)
     #pragma hdrstop
 #endif
 
+#include "wx/window.h"
+#include "wx/msw/private.h"
+
 #ifndef WX_PRECOMP
     #include "wx/setup.h"
     #include "wx/list.h"
+    #include "wx/event.h"
     #include "wx/app.h"
 #endif
 
 #include "wx/log.h"
 
 #include "wx/timer.h"
-#include "wx/msw/private.h"
 
 #include <time.h>
 #include <sys/types.h>
 
-#if !defined(__SC__) && !defined(__GNUWIN32__)
+#if !defined(__SC__) && !defined(__GNUWIN32__) && !defined(__MWERKS__)
     #include <sys/timeb.h>
 #endif