diff options
-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; |