]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stopwatch.h
wxGTK/Cygwin fix (patch 914565)
[wxWidgets.git] / include / wx / stopwatch.h
index 55f7027b52fe76abaca92232b0e9c8728bfbfaef..dce845461ffbe5b0f0ea24678f355f366c691483 100644 (file)
@@ -4,13 +4,15 @@
 // Author:      Julian Smart (wxTimer), Sylvain Bougnoux (wxStopWatch)
 // Created:     26.06.03 (extracted from wx/timer.h)
 // RCS-ID:      $Id$
-// Copyright:   (c) 1998-2003 wxWindows team
+// Copyright:   (c) 1998-2003 wxWidgets team
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_STOPWATCH_H_
 #define _WX_STOPWATCH_H_
-//
+
+#include "wx/longlong.h"
+
 // ----------------------------------------------------------------------------
 // wxStopWatch: measure time intervals with up to 1ms resolution
 // ----------------------------------------------------------------------------