summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-11-15 19:12:15 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-11-15 19:12:15 +0000
commit1e645e0ce8edae9f589138fc0add2676c8d3a378 (patch)
tree4c8b6355ffe45833c652b8c9386c6d078001ca9c /package
parent7a343a25021bcc811e5311a961bdc5018fa317fa (diff)
#94679# add used headers
Diffstat (limited to 'package')
-rw-r--r--package/source/zipapi/ByteGrabber.cxx12
1 files changed, 9 insertions, 3 deletions
diff --git a/package/source/zipapi/ByteGrabber.cxx b/package/source/zipapi/ByteGrabber.cxx
index 7c485068191f..32117a563fc9 100644
--- a/package/source/zipapi/ByteGrabber.cxx
+++ b/package/source/zipapi/ByteGrabber.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ByteGrabber.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: mtg $ $Date: 2001-09-28 16:31:56 $
+ * last change: $Author: mtg $ $Date: 2001-11-15 20:12:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,13 @@
*
************************************************************************/
#ifndef _BYTE_GRABBER_HXX_
-#include "ByteGrabber.hxx"
+#include <ByteGrabber.hxx>
+#endif
+#ifndef _COM_SUN_STAR_IO_XSEEKABLE_HPP_
+#include <com/sun/star/io/XSeekable.hpp>
+#endif
+#ifndef _COM_SUN_STAR_IO_XINPUTSTREAM_HPP_
+#include <com/sun/star/io/XInputStream.hpp>
#endif
using namespace ::com::sun::star;