summaryrefslogtreecommitdiff
path: root/package/source/zipapi/MemoryByteGrabber.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 13:32:09 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 13:32:09 +0000
commitbf1b6d34ccaeaf82fcb37d3822a896c5c0439ab2 (patch)
treeb870def9030ad611c256ea7225700985009f4cd1 /package/source/zipapi/MemoryByteGrabber.hxx
parent251a608913b03bdfc7a80f59260818398013e6bc (diff)
#65293#: include <string.h>
Diffstat (limited to 'package/source/zipapi/MemoryByteGrabber.hxx')
-rw-r--r--package/source/zipapi/MemoryByteGrabber.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/source/zipapi/MemoryByteGrabber.hxx b/package/source/zipapi/MemoryByteGrabber.hxx
index d2ab332a8c4b..16d3c9808423 100644
--- a/package/source/zipapi/MemoryByteGrabber.hxx
+++ b/package/source/zipapi/MemoryByteGrabber.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: MemoryByteGrabber.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mtg $ $Date: 2001-09-14 14:29:41 $
+ * last change: $Author: hr $ $Date: 2002-02-21 14:32:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,8 @@
#ifndef _MEMORY_BYTE_GRABBER_HXX_
#define _MEMORY_BYTE_GRABBER_HXX_
+#include <string.h>
+
#ifndef _COM_SUN_STAR_IO_XINPUTSTREAM_HPP_
#include <com/sun/star/io/XInputStream.hpp>
#endif