X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bddd7a8d8953cf4c09e56c13e1bfcc594ba0267e..178a12204bcdb9d98af14cc133432c7359b1b969:/include/wx/stopwatch.h?ds=sidebyside 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 // ----------------------------------------------------------------------------