diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:59:25 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:59:25 +0000 |
commit | 8e7964895b527af967ef7094070478080fe4fe57 (patch) | |
tree | 4c2167db6c429672fbb104064e1eb894606a3d16 /registry | |
parent | 009c056d51a6c6a87f689b8c6afe9d09d289396b (diff) |
INTEGRATION: CWS gcc430two (1.11.10); FILE MERGED
2008/01/28 09:53:10 rene 1.11.10.1: more gcc 4.3.0 things
Diffstat (limited to 'registry')
-rw-r--r-- | registry/tools/checksingleton.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/registry/tools/checksingleton.cxx b/registry/tools/checksingleton.cxx index 8c637fa20861..eb6e88cf2154 100644 --- a/registry/tools/checksingleton.cxx +++ b/registry/tools/checksingleton.cxx @@ -4,9 +4,9 @@ * * $RCSfile: checksingleton.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: vg $ $Date: 2007-10-15 12:28:30 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:59:25 $ * * 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_registry.hxx" #include <stdio.h> +#include <string.h> #include <set> |