diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-28 15:22:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-28 15:22:43 +0000 |
commit | a995a9827dea91e4dd455337052f4eb3909fd989 (patch) | |
tree | 9936d110f5d2b7ac8098b40defcab421c1b36f65 /registry/workben | |
parent | 2eeff6fd422dbfc79260938f4f2177a5f08306fb (diff) |
INTEGRATION: CWS ooo20030412 (1.1.1.1.58); FILE MERGED
2003/04/01 10:09:07 mh 1.1.1.1.58.1: chg: to standard header includes, #i3557#
Diffstat (limited to 'registry/workben')
-rw-r--r-- | registry/workben/regspeed.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/registry/workben/regspeed.cxx b/registry/workben/regspeed.cxx index dee8f61f9f15..da1c458fffff 100644 --- a/registry/workben/regspeed.cxx +++ b/registry/workben/regspeed.cxx @@ -2,9 +2,9 @@ * * $RCSfile: regspeed.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:18:43 $ + * last change: $Author: hr $ $Date: 2003-04-28 16:22:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,7 +59,7 @@ * ************************************************************************/ -#include <iostream.h> +#include <iostream> #include <stdio.h> #include <stdlib.h> #include <time.h> @@ -76,6 +76,7 @@ #include <rtl/alloc.h> #endif +using namespace std; /***************************************************************** MyTimer |