From d6e245a70d5047d77e71b39d06cb698364ab864f Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 21 Feb 2002 11:16:53 +0000 Subject: [PATCH] #65293#: include --- bridges/source/remote/urp/urp_marshal.hxx | 6 ++++-- rdbmaker/source/codemaker/global.cxx | 5 +++-- rdbmaker/source/rdbmaker/rdboptions.cxx | 5 +++-- stoc/source/implementationregistration/implreg.cxx | 5 +++-- stoc/source/javavm/javavm.cxx | 5 +++-- stoc/source/javavm/jvmargs.cxx | 6 ++++-- 6 files changed, 20 insertions(+), 12 deletions(-) diff --git a/bridges/source/remote/urp/urp_marshal.hxx b/bridges/source/remote/urp/urp_marshal.hxx index a34e5bc4fae2..a2a2b86b865e 100644 --- a/bridges/source/remote/urp/urp_marshal.hxx +++ b/bridges/source/remote/urp/urp_marshal.hxx @@ -2,9 +2,9 @@ * * $RCSfile: urp_marshal.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: jbu $ $Date: 2001-08-31 16:16:52 $ + * last change: $Author: hr $ $Date: 2002-02-21 12:11:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,8 @@ #ifndef _URP_MARSHAL_HXX_ #define _URP_MARSHAL_HXX_ +#include + #ifndef _RTL_USTRBUF_HXX_ #include #endif diff --git a/rdbmaker/source/codemaker/global.cxx b/rdbmaker/source/codemaker/global.cxx index c5c8e906b80a..bf3fc7a534eb 100644 --- a/rdbmaker/source/codemaker/global.cxx +++ b/rdbmaker/source/codemaker/global.cxx @@ -2,9 +2,9 @@ * * $RCSfile: global.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: jsc $ $Date: 2001-11-26 12:20:23 $ + * last change: $Author: hr $ $Date: 2002-02-21 12:13:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,6 +77,7 @@ #include #include +#include #if defined(SAL_W32) || defined(SAL_OS2) #include #include diff --git a/rdbmaker/source/rdbmaker/rdboptions.cxx b/rdbmaker/source/rdbmaker/rdboptions.cxx index 9e0e90c6d983..ea9ab867c8f2 100644 --- a/rdbmaker/source/rdbmaker/rdboptions.cxx +++ b/rdbmaker/source/rdbmaker/rdboptions.cxx @@ -2,9 +2,9 @@ * * $RCSfile: rdboptions.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:29:08 $ + * last change: $Author: hr $ $Date: 2002-02-21 12:15:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,6 +59,7 @@ * ************************************************************************/ #include +#include #include "rdboptions.hxx" diff --git a/stoc/source/implementationregistration/implreg.cxx b/stoc/source/implementationregistration/implreg.cxx index 0db0bb85761c..7b24d3c3c818 100644 --- a/stoc/source/implementationregistration/implreg.cxx +++ b/stoc/source/implementationregistration/implreg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: implreg.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: jbu $ $Date: 2001-12-03 17:50:06 $ + * last change: $Author: hr $ $Date: 2002-02-21 12:16:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,6 +58,7 @@ * * ************************************************************************/ +#include #include #ifndef _CPPUHELPER_QUERYINTERFACE_HXX_ diff --git a/stoc/source/javavm/javavm.cxx b/stoc/source/javavm/javavm.cxx index d5e39692a8f0..78efdfee431e 100644 --- a/stoc/source/javavm/javavm.cxx +++ b/stoc/source/javavm/javavm.cxx @@ -2,9 +2,9 @@ * * $RCSfile: javavm.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: cp $ $Date: 2002-01-20 20:11:04 $ + * last change: $Author: hr $ $Date: 2002-02-21 12:14:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,6 +63,7 @@ #include #endif +#include #include diff --git a/stoc/source/javavm/jvmargs.cxx b/stoc/source/javavm/jvmargs.cxx index 552dbe618171..647be9a00d27 100644 --- a/stoc/source/javavm/jvmargs.cxx +++ b/stoc/source/javavm/jvmargs.cxx @@ -2,9 +2,9 @@ * * $RCSfile: jvmargs.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: cp $ $Date: 2002-01-20 20:11:04 $ + * last change: $Author: hr $ $Date: 2002-02-21 12:14:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,6 +68,8 @@ #endif +#include + #include "jvmargs.hxx" #include