stopwatch.h needed for wxGetLocalTimeMillis

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-03-17 09:10:35 +00:00
parent eaa6f9ad2b
commit e61ec95a3c

View 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>