From: Vadim Zeitlin Date: Fri, 25 Jan 2008 21:51:42 +0000 (+0000) Subject: include wx/stopwatch.h to get wxMilliClock_t and wxGetLocalTimeMillis() declarations X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/855b9ce0001bf131c3b17b00593bfe0da0fb3d6b 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 --- 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"