| Index: xfa/fxfa/xfa_ffapp.h
|
| diff --git a/xfa/fxfa/xfa_ffapp.h b/xfa/fxfa/xfa_ffapp.h
|
| index b3353616de3fe47b37da1d6df84866a8d0bcf928..dd670b83d759c1b9e097ca3593cdbba4310d27f4 100644
|
| --- a/xfa/fxfa/xfa_ffapp.h
|
| +++ b/xfa/fxfa/xfa_ffapp.h
|
| @@ -8,6 +8,7 @@
|
| #define XFA_FXFA_XFA_FFAPP_H_
|
|
|
| #include <memory>
|
| +#include <vector>
|
|
|
| #include "core/fpdfapi/parser/cpdf_stream.h"
|
| #include "core/fpdfapi/parser/cpdf_stream_acc.h"
|
| @@ -25,7 +26,7 @@ class IFWL_AdapterTimerMgr;
|
|
|
| class CXFA_FileRead : public IFX_FileRead {
|
| public:
|
| - explicit CXFA_FileRead(const CFX_ArrayTemplate<CPDF_Stream*>& streams);
|
| + explicit CXFA_FileRead(const std::vector<CPDF_Stream*>& streams);
|
| ~CXFA_FileRead() override;
|
|
|
| // IFX_FileRead
|
|
|