wxBase compilation fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-14 18:20:51 +00:00
parent 4368b1a640
commit d5b12ad9a7
4 changed files with 6 additions and 4 deletions

View File

@@ -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
// ----------------------------------------------------------------------------