From 855b9ce0001bf131c3b17b00593bfe0da0fb3d6b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 25 Jan 2008 21:51:42 +0000 Subject: [PATCH] include wx/stopwatch.h to get wxMilliClock_t and wxGetLocalTimeMillis() declarations git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msgqueue.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/msgqueue.h b/include/wx/msgqueue.h index eda5cc992c..eaf64c05ae 100644 --- a/include/wx/msgqueue.h +++ b/include/wx/msgqueue.h @@ -19,6 +19,8 @@ #if wxUSE_THREADS +#include "wx/stopwatch.h" + #include "wx/beforestd.h" #include #include "wx/afterstd.h" -- 2.45.2