diff options
Diffstat (limited to 'registry/test/testmerge.cxx')
-rw-r--r-- | registry/test/testmerge.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/registry/test/testmerge.cxx b/registry/test/testmerge.cxx index 060277bdd..8c2d0eee0 100644 --- a/registry/test/testmerge.cxx +++ b/registry/test/testmerge.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testmerge.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: jsc $ $Date: 2001-03-14 09:51:06 $ + * last change: $Author: hr $ $Date: 2003-04-28 16:22:25 $ * * 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 <string.h> @@ -78,6 +78,7 @@ #endif +using namespace std; using namespace rtl; sal_Int32 lValue1 = 123456789; |