From e21c3fa0d0b6e02adf0b3b7bb421361eec5742ca Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 4 Feb 2008 12:45:12 +0000 Subject: INTEGRATION: CWS gcc430two (1.15.14); FILE MERGED 2008/01/28 09:53:07 rene 1.15.14.1: more gcc 4.3.0 things --- idlc/source/idlcproduce.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/idlc/source/idlcproduce.cxx b/idlc/source/idlcproduce.cxx index 62652291a103..fca19ea2cf4b 100644 --- a/idlc/source/idlcproduce.cxx +++ b/idlc/source/idlcproduce.cxx @@ -4,9 +4,9 @@ * * $RCSfile: idlcproduce.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: vg $ $Date: 2007-10-15 12:44:28 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:45:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -63,6 +63,8 @@ #include #endif +#include + using namespace ::rtl; using namespace ::osl; -- cgit