]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/stopwatch.cpp
xti expansions, streaming code changes
[wxWidgets.git] / src / common / stopwatch.cpp
index f11495333211ad3a537ec6e7959e361597030993..f6f5638032b4e0ce8df0911bd8804c8671088c5d 100644 (file)
@@ -41,7 +41,7 @@
 // ----------------------------------------------------------------------------
 
 #if defined(__WIN32__)
-    #include <windows.h>
+    #include "wx/msw/wrapwin.h"
 #endif
 
 #if defined(__WIN32__) && !defined(HAVE_FTIME) && !defined(__MWERKS__) && !defined(__WXWINCE__)