From ba4c56c1e11f60a85e4efa5ffef8c6e35107ad12 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Thu, 21 Feb 2002 10:35:11 +0000
Subject: [PATCH] #65293#: include
---
codemaker/source/codemaker/global.cxx | 5 +++--
codemaker/source/cppumaker/cppuoptions.cxx | 7 ++++---
codemaker/source/cppumaker/cpputype.cxx | 5 +++--
idlc/source/idlccompile.cxx | 5 +++--
idlc/source/idlcproduce.cxx | 5 +++--
idlc/source/options.cxx | 5 +++--
idlc/source/scanner.ll | 5 +++--
7 files changed, 22 insertions(+), 15 deletions(-)
diff --git a/codemaker/source/codemaker/global.cxx b/codemaker/source/codemaker/global.cxx
index d19653de8ddc..b82d6e25271d 100644
--- a/codemaker/source/codemaker/global.cxx
+++ b/codemaker/source/codemaker/global.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: global.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: jsc $ $Date: 2001-11-15 13:00:46 $
+ * last change: $Author: hr $ $Date: 2002-02-21 11:31:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,6 +75,7 @@
#include
#endif
+#include
#include
#include
#if defined(SAL_W32) || defined(SAL_OS2)
diff --git a/codemaker/source/cppumaker/cppuoptions.cxx b/codemaker/source/cppumaker/cppuoptions.cxx
index 7332907bc7f3..481c48805349 100644
--- a/codemaker/source/cppumaker/cppuoptions.cxx
+++ b/codemaker/source/cppumaker/cppuoptions.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cppuoptions.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jsc $ $Date: 2001-04-11 08:30:40 $
+ * last change: $Author: hr $ $Date: 2002-02-21 11:35:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,7 +58,8 @@
*
*
************************************************************************/
-#include
+#include
+#include
#include "cppuoptions.hxx"
diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx
index 65b2d6416d85..227ccbd8d663 100644
--- a/codemaker/source/cppumaker/cpputype.cxx
+++ b/codemaker/source/cppumaker/cpputype.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cpputype.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: dbo $ $Date: 2001-10-19 13:26:20 $
+ * last change: $Author: hr $ $Date: 2002-02-21 11:35:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,6 +60,7 @@
************************************************************************/
#include
+#include
#ifndef _RTL_ALLOC_H_
#include
#endif
diff --git a/idlc/source/idlccompile.cxx b/idlc/source/idlccompile.cxx
index acb4ece41fca..c082de99ab85 100644
--- a/idlc/source/idlccompile.cxx
+++ b/idlc/source/idlccompile.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: idlccompile.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: jsc $ $Date: 2001-08-30 10:27:39 $
+ * last change: $Author: hr $ $Date: 2002-02-21 11:31:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,6 +85,7 @@
#include
#endif
+#include
#ifdef SAL_UNX
#include
#if defined(MACOSX) || defined(FREEBSD) || defined(NETBSD)
diff --git a/idlc/source/idlcproduce.cxx b/idlc/source/idlcproduce.cxx
index 664fe987acca..682fe1072d85 100644
--- a/idlc/source/idlcproduce.cxx
+++ b/idlc/source/idlcproduce.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: idlcproduce.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: dbo $ $Date: 2001-08-23 07:21:56 $
+ * last change: $Author: hr $ $Date: 2002-02-21 11:31:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,6 +83,7 @@
#include
#endif
+#include
#ifdef SAL_UNX
#include
#include
diff --git a/idlc/source/options.cxx b/idlc/source/options.cxx
index 849332ab9ebf..61bcea621320 100644
--- a/idlc/source/options.cxx
+++ b/idlc/source/options.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: options.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-07-25 14:53:02 $
+ * last change: $Author: hr $ $Date: 2002-02-21 11:31:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,6 +59,7 @@
*
************************************************************************/
#include
+#include
#ifndef _IDLC_OPTIONS_HXX_
#include
diff --git a/idlc/source/scanner.ll b/idlc/source/scanner.ll
index 40bb2a5fb1fa..7a83ad396921 100644
--- a/idlc/source/scanner.ll
+++ b/idlc/source/scanner.ll
@@ -2,9 +2,9 @@
*
* $RCSfile: scanner.ll,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-05-18 15:38:10 $
+ * last change: $Author: hr $ $Date: 2002-02-21 11:31:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,7 @@
* scanner.ll - Lexical scanner for IDLC 1.0
*/
#include
+#include
#ifndef _IDLC_IDLC_HXX_
#include