summaryrefslogtreecommitdiffstats
path: root/package/inc
diff options
context:
space:
mode:
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/ZipPackage.hxx1
-rw-r--r--package/inc/ZipPackageFolder.hxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/package/inc/ZipPackage.hxx b/package/inc/ZipPackage.hxx
index 4de11cf22779..226a19e529b5 100644
--- a/package/inc/ZipPackage.hxx
+++ b/package/inc/ZipPackage.hxx
@@ -41,6 +41,7 @@
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <osl/file.h>
#include <mutexholder.hxx>
+#include <vector>
class ZipOutputStream;
class ZipPackageFolder;
diff --git a/package/inc/ZipPackageFolder.hxx b/package/inc/ZipPackageFolder.hxx
index e45cdc057ae8..fa69c9fa9831 100644
--- a/package/inc/ZipPackageFolder.hxx
+++ b/package/inc/ZipPackageFolder.hxx
@@ -34,6 +34,7 @@
#include <HashMaps.hxx>
#include <ZipPackageEntry.hxx>
#include <cppuhelper/implbase2.hxx>
+#include <vector>
namespace com { namespace sun { namespace star {
namespace beans