diff options
-rw-r--r-- | tools/source/fsys/urlobj.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/source/fsys/urlobj.cxx b/tools/source/fsys/urlobj.cxx index 2f85130ca72e..5931fd7f1ca4 100644 --- a/tools/source/fsys/urlobj.cxx +++ b/tools/source/fsys/urlobj.cxx @@ -4,9 +4,9 @@ * * $RCSfile: urlobj.cxx,v $ * - * $Revision: 1.60 $ + * $Revision: 1.61 $ * - * last change: $Author: hr $ $Date: 2007-06-27 22:12:02 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:54:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -81,6 +81,8 @@ #define INCLUDED_LIMITS #endif +#include <string.h> + namespace unnamed_tools_urlobj {} using namespace unnamed_tools_urlobj; // unnamed namespaces don't work well yet... |