From: Julian Smart Date: Thu, 17 Mar 2005 09:10:35 +0000 (+0000) Subject: stopwatch.h needed for wxGetLocalTimeMillis X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e61ec95a3cfd9c5508643164661c9e41ff26f034 stopwatch.h needed for wxGetLocalTimeMillis git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/threadpsx.cpp b/src/unix/threadpsx.cpp index 8365dfc5eb..e8aad25e50 100644 --- a/src/unix/threadpsx.cpp +++ b/src/unix/threadpsx.cpp @@ -37,6 +37,7 @@ #include "wx/intl.h" #include "wx/dynarray.h" #include "wx/timer.h" +#include "wx/stopwatch.h" #include #include