From e61ec95a3cfd9c5508643164661c9e41ff26f034 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 17 Mar 2005 09:10:35 +0000 Subject: [PATCH] stopwatch.h needed for wxGetLocalTimeMillis git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/threadpsx.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.2