diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-10-30 12:53:22 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-10-30 12:53:22 +0000 |
commit | fb61e2a5dfad6ffd8329fa6fcb91ade56f78853a (patch) | |
tree | f2e6faa8ab268478fc7f0dc9008d1690f3791feb /package/inc/ZipEntry.hxx | |
parent | 7a8bb5ae28690c3f45577031c0317d05b67b834a (diff) |
#93877# make header pass 'testhxx' test
Diffstat (limited to 'package/inc/ZipEntry.hxx')
-rw-r--r-- | package/inc/ZipEntry.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/package/inc/ZipEntry.hxx b/package/inc/ZipEntry.hxx index 4ada18bd554f..d181105f9108 100644 --- a/package/inc/ZipEntry.hxx +++ b/package/inc/ZipEntry.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ZipEntry.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mtg $ $Date: 2001-09-14 14:25:15 $ + * last change: $Author: mtg $ $Date: 2001-10-30 13:53:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,10 @@ #ifndef _ZIP_ENTRY_HXX_ #define _ZIP_ENTRY_HXX_ +#ifndef _RTL_USTRING_HXX_ +#include <rtl/ustring.hxx> +#endif + struct ZipEntry { sal_Int16 nVersion; |