| Index: core/src/fxcodec/jbig2/JBig2_BitStream.cpp
|
| diff --git a/core/src/fxcodec/jbig2/JBig2_BitStream.cpp b/core/src/fxcodec/jbig2/JBig2_BitStream.cpp
|
| index 1fe7a26aa84c54ab17789ca8a302d5fabd65fb43..24c876301a94e4b290971bd2d638ffe0739dfed7 100644
|
| --- a/core/src/fxcodec/jbig2/JBig2_BitStream.cpp
|
| +++ b/core/src/fxcodec/jbig2/JBig2_BitStream.cpp
|
| @@ -9,6 +9,7 @@
|
| #include <algorithm>
|
|
|
| #include "core/include/fpdfapi/cpdf_stream.h"
|
| +#include "core/include/fpdfapi/cpdf_stream_acc.h"
|
|
|
| CJBig2_BitStream::CJBig2_BitStream(CPDF_StreamAcc* pSrcStream)
|
| : m_pBuf(pSrcStream->GetData()),
|
|
|