From 69450e448c2fdadda1c67dae9823e52440811e07 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 4 Feb 2008 12:30:23 +0000 Subject: [PATCH] INTEGRATION: CWS gcc430two (1.10.202); FILE MERGED 2008/01/28 09:53:04 rene 1.10.202.1: more gcc 4.3.0 things --- connectivity/source/drivers/jdbc/Blob.cxx | 6 ++++-- connectivity/source/drivers/jdbc/Reader.cxx | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/connectivity/source/drivers/jdbc/Blob.cxx b/connectivity/source/drivers/jdbc/Blob.cxx index 7c89174486cc..7bee34c09771 100644 --- a/connectivity/source/drivers/jdbc/Blob.cxx +++ b/connectivity/source/drivers/jdbc/Blob.cxx @@ -4,9 +4,9 @@ * * $RCSfile: Blob.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: obo $ $Date: 2006-09-17 02:44:18 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:29:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,6 +52,8 @@ #include #endif +#include + using namespace connectivity; //************************************************************** //************ Class: java.sql.Blob diff --git a/connectivity/source/drivers/jdbc/Reader.cxx b/connectivity/source/drivers/jdbc/Reader.cxx index 53044338c905..2cf158aa352b 100644 --- a/connectivity/source/drivers/jdbc/Reader.cxx +++ b/connectivity/source/drivers/jdbc/Reader.cxx @@ -4,9 +4,9 @@ * * $RCSfile: Reader.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: obo $ $Date: 2006-09-17 02:48:02 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:30:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,6 +42,7 @@ #ifndef _INC_MEMORY //#include #endif +#include using namespace connectivity; //************************************************************** //************ Class: java.io.Reader