summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/jdbc/ResultSet.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:30:36 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:30:36 +0000
commita890c063ffba04788a05e878a2743aaf74ec144d (patch)
treea19391360c01191252090aeee2eac6598f37e786 /connectivity/source/drivers/jdbc/ResultSet.cxx
parent69450e448c2fdadda1c67dae9823e52440811e07 (diff)
INTEGRATION: CWS gcc430two (1.32.42); FILE MERGED
2008/01/28 09:53:04 rene 1.32.42.1: more gcc 4.3.0 things
Diffstat (limited to 'connectivity/source/drivers/jdbc/ResultSet.cxx')
-rw-r--r--connectivity/source/drivers/jdbc/ResultSet.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/connectivity/source/drivers/jdbc/ResultSet.cxx b/connectivity/source/drivers/jdbc/ResultSet.cxx
index a8e560cd9f5b..4d9ee937ffe2 100644
--- a/connectivity/source/drivers/jdbc/ResultSet.cxx
+++ b/connectivity/source/drivers/jdbc/ResultSet.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ResultSet.cxx,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: rt $ $Date: 2008-01-30 07:55:08 $
+ * last change: $Author: ihi $ $Date: 2008-02-04 13:30:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -97,6 +97,8 @@
#include "connectivity/dbexception.hxx"
#endif
+#include <string.h>
+
using namespace ::comphelper;
using namespace connectivity;