summaryrefslogtreecommitdiffstats
path: root/bridges
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:44:03 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:44:03 +0000
commit5ebdae45f4f1ce7a749dff5e22c80ff5e08e936f (patch)
tree66f7284c79045b0e704ff667a38690fbf9958140 /bridges
parentINTEGRATION: CWS gcc430two (1.6.12); FILE MERGED (diff)
downloadcore-5ebdae45f4f1ce7a749dff5e22c80ff5e08e936f.tar.gz
core-5ebdae45f4f1ce7a749dff5e22c80ff5e08e936f.zip
INTEGRATION: CWS gcc430two (1.10.86); FILE MERGED
2008/01/28 09:53:02 rene 1.10.86.1: more gcc 4.3.0 things
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/remote/context/context.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/bridges/source/remote/context/context.cxx b/bridges/source/remote/context/context.cxx
index c23354055540..829018fb78a1 100644
--- a/bridges/source/remote/context/context.cxx
+++ b/bridges/source/remote/context/context.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: context.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 15:58:56 $
+ * last change: $Author: ihi $ $Date: 2008-02-04 13:44:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,6 +36,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_bridges.hxx"
#include <stdio.h>
+#include <string.h>
#include <list>
#include <hash_map>
#include <utility>