Two more missing #include <vector>

This commit is contained in:
Joseph Powers 2011-02-05 21:44:51 -08:00
parent 7685200dc1
commit 314be21c91
2 changed files with 2 additions and 0 deletions

View file

@ -41,6 +41,7 @@
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <osl/file.h>
#include <mutexholder.hxx>
#include <vector>
class ZipOutputStream;
class ZipPackageFolder;

View file

@ -34,6 +34,7 @@
#include <HashMaps.hxx>
#include <ZipPackageEntry.hxx>
#include <cppuhelper/implbase2.hxx>
#include <vector>
namespace com { namespace sun { namespace star {
namespace beans