| 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 f39a396e714a7b3c36fc9f9c78834f8384f45f73..42b1e642dc8ea2286cbca355240082edd337fc1d 100644
|
| --- a/core/src/fxcodec/jbig2/JBig2_BitStream.cpp
|
| +++ b/core/src/fxcodec/jbig2/JBig2_BitStream.cpp
|
| @@ -4,11 +4,12 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "../../../include/fpdfapi/fpdf_objects.h"
|
| #include "JBig2_BitStream.h"
|
|
|
| #include <algorithm>
|
|
|
| +#include "core/include/fpdfapi/fpdf_objects.h"
|
| +
|
| CJBig2_BitStream::CJBig2_BitStream(CPDF_StreamAcc* pSrcStream)
|
| : m_pBuf(pSrcStream->GetData()),
|
| m_dwLength(pSrcStream->GetSize()),
|
|
|