summaryrefslogtreecommitdiff
path: root/connectivity/source/parse
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:31:27 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:31:27 +0000
commitb4896923430d89e83b2289f620054cb4424c0f54 (patch)
tree82252e4d5668caf42927ce385dc5c03370ddcc4d /connectivity/source/parse
parent1d0b3942ef88c1ce9b5253591dfa8c1252594232 (diff)
INTEGRATION: CWS gcc430two (1.50.42); FILE MERGED
2008/01/28 09:53:04 rene 1.50.42.1: more gcc 4.3.0 things
Diffstat (limited to 'connectivity/source/parse')
-rw-r--r--connectivity/source/parse/sqlnode.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/parse/sqlnode.cxx b/connectivity/source/parse/sqlnode.cxx
index c80f23d41a68..2975771de287 100644
--- a/connectivity/source/parse/sqlnode.cxx
+++ b/connectivity/source/parse/sqlnode.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sqlnode.cxx,v $
*
- * $Revision: 1.52 $
+ * $Revision: 1.53 $
*
- * last change: $Author: rt $ $Date: 2008-01-30 08:04:40 $
+ * last change: $Author: ihi $ $Date: 2008-02-04 13:31:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -146,6 +146,7 @@
#ifndef TOOLS_DIAGNOSE_EX_H
#include <tools/diagnose_ex.h>
#endif
+#include <string.h>
using namespace ::com::sun::star::sdbc;