X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bddd7a8d8953cf4c09e56c13e1bfcc594ba0267e..878d055d0b7e6e733e4545b7c83404685e543866:/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 // ----------------------------------------------------------------------------