]> git.saurik.com Git - wxWidgets.git/commitdiff
stopwatch.h needed for wxGetLocalTimeMillis
authorJulian Smart <julian@anthemion.co.uk>
Thu, 17 Mar 2005 09:10:35 +0000 (09:10 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 17 Mar 2005 09:10:35 +0000 (09:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/threadpsx.cpp

index 8365dfc5ebd5fac7ddc0a570052e23e8ecebceb9..e8aad25e50984bf824c220d0aef919c7c5b08037 100644 (file)
@@ -37,6 +37,7 @@
 #include "wx/intl.h"
 #include "wx/dynarray.h"
 #include "wx/timer.h"
+#include "wx/stopwatch.h"
 
 #include <stdio.h>
 #include <unistd.h>