diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:31:27 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:31:27 +0000 |
commit | b4896923430d89e83b2289f620054cb4424c0f54 (patch) | |
tree | 82252e4d5668caf42927ce385dc5c03370ddcc4d /connectivity/source/parse | |
parent | 1d0b3942ef88c1ce9b5253591dfa8c1252594232 (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.cxx | 5 |
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; |