X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bddd7a8d8953cf4c09e56c13e1bfcc594ba0267e..6d9713540dd22f7e81a7c11a68249f5ed35c87bd:/include/wx/stopwatch.h diff --git a/include/wx/stopwatch.h b/include/wx/stopwatch.h index 55f7027b52..22d14efec0 100644 --- a/include/wx/stopwatch.h +++ b/include/wx/stopwatch.h @@ -10,7 +10,9 @@ #ifndef _WX_STOPWATCH_H_ #define _WX_STOPWATCH_H_ -// + +#include "wx/longlong.h" + // ---------------------------------------------------------------------------- // wxStopWatch: measure time intervals with up to 1ms resolution // ----------------------------------------------------------------------------