From d5b12ad9a71615729a2dae61246a897f5e515e04 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 14 Aug 2003 18:20:51 +0000 Subject: [PATCH] wxBase compilation fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/stopwatch.h | 4 +++- src/common/socket.cpp | 2 +- src/common/stopwatch.cpp | 2 +- src/unix/threadpsx.cpp | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) 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 // ---------------------------------------------------------------------------- diff --git a/src/common/socket.cpp b/src/common/socket.cpp index 6e41b0e4c3..603736e1a2 100644 --- a/src/common/socket.cpp +++ b/src/common/socket.cpp @@ -31,7 +31,7 @@ #include "wx/defs.h" #include "wx/object.h" #include "wx/string.h" -#include "wx/timer.h" +#include "wx/stopwatch.h" #include "wx/utils.h" #include "wx/module.h" #include "wx/log.h" diff --git a/src/common/stopwatch.cpp b/src/common/stopwatch.cpp index f6f5638032..d0cd68798c 100644 --- a/src/common/stopwatch.cpp +++ b/src/common/stopwatch.cpp @@ -33,8 +33,8 @@ #include "wx/log.h" #endif //WX_PRECOMP -#include "wx/timer.h" #include "wx/longlong.h" +#include "wx/stopwatch.h" // ---------------------------------------------------------------------------- // System headers diff --git a/src/unix/threadpsx.cpp b/src/unix/threadpsx.cpp index ac55f84a1f..ebb4af682f 100644 --- a/src/unix/threadpsx.cpp +++ b/src/unix/threadpsx.cpp @@ -36,7 +36,7 @@ #include "wx/log.h" #include "wx/intl.h" #include "wx/dynarray.h" -#include "wx/timer.h" +#include "wx/stopwatch.h" #include #include -- 2.47.2