summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-09-24 01:13:26 -0700
committerLei Zhang <thestig@chromium.org>2015-09-24 01:13:26 -0700
commitb060a551917627e3436bfb0a2a5c7a08cb5c58af (patch)
treeecb7fa1d5d18bb07b3fd38d2eeb81d77b603e24b /core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp
parent99b56f693e01e1d5e146cbfba8c750b943a0eaab (diff)
downloadpdfium-b060a551917627e3436bfb0a2a5c7a08cb5c58af.tar.xz
Merge to XFA: Split up JBig2_GeneralDecoder.cpp.
TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1359233002 . (cherry picked from commit 630a28442364f03c1d3d9b48873da42755e1fddf) Review URL: https://codereview.chromium.org/1364083004 .
Diffstat (limited to 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp')
-rw-r--r--core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp b/core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp
index c8baa158e9..b194faf4ee 100644
--- a/core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp
+++ b/core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp
@@ -7,6 +7,7 @@
#include "JBig2_ArithIntDecoder.h"
#include "../../../include/fxcrt/fx_memory.h"
+#include "JBig2_Define.h"
CJBig2_ArithIntDecoder::CJBig2_ArithIntDecoder() {
IAx = FX_Alloc(JBig2ArithCtx, 512);