Two more missing #include <vector>
This commit is contained in:
parent
7685200dc1
commit
314be21c91
2 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
#include <com/sun/star/lang/IllegalArgumentException.hpp>
|
||||
#include <osl/file.h>
|
||||
#include <mutexholder.hxx>
|
||||
#include <vector>
|
||||
|
||||
class ZipOutputStream;
|
||||
class ZipPackageFolder;
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include <HashMaps.hxx>
|
||||
#include <ZipPackageEntry.hxx>
|
||||
#include <cppuhelper/implbase2.hxx>
|
||||
#include <vector>
|
||||
|
||||
namespace com { namespace sun { namespace star {
|
||||
namespace beans
|
||||
|
|
Loading…
Reference in a new issue