| Index: core/src/fxcodec/codec/codec_int.h
|
| diff --git a/core/src/fxcodec/codec/codec_int.h b/core/src/fxcodec/codec/codec_int.h
|
| index 78672e62ee43b0f8a184fd360044e7cf5945635e..398122c476bd615f7546266707c8e6b596817fc8 100644
|
| --- a/core/src/fxcodec/codec/codec_int.h
|
| +++ b/core/src/fxcodec/codec/codec_int.h
|
| @@ -5,6 +5,7 @@
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| #include <limits.h>
|
| +#include <list>
|
| class CCodec_BasicModule : public ICodec_BasicModule
|
| {
|
| public:
|
| @@ -268,5 +269,6 @@ public:
|
| FXCODEC_STATUS ContinueDecode(void* pJbig2Context, IFX_Pause* pPause);
|
| void DestroyJbig2Context(void* pJbig2Context);
|
| CPDF_Jbig2Interface m_Module;
|
| + std::list<CJBig2_CachePair> m_SymbolDictCache;
|
| private:
|
| };
|
|
|