diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-03-15 09:33:58 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-03-15 09:33:58 -0700 |
commit | 92bbb6fce88d1cb4d931da66adf690850ce62fd1 (patch) | |
tree | 5fa459547fd43200d341ef1849fad268e34743b5 /core/fxcodec/jbig2/JBig2_Context.cpp | |
parent | 2df269c52741c12d63300cee806e96ae5d0b038f (diff) | |
download | pdfium-92bbb6fce88d1cb4d931da66adf690850ce62fd1.tar.xz |
Split CPDF_Stream/CPDF_StreamAcc into separate files
R=dsinclair@chromium.org
Review URL: https://codereview.chromium.org/1783933003 .
Diffstat (limited to 'core/fxcodec/jbig2/JBig2_Context.cpp')
-rw-r--r-- | core/fxcodec/jbig2/JBig2_Context.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fxcodec/jbig2/JBig2_Context.cpp b/core/fxcodec/jbig2/JBig2_Context.cpp index 0a17fff328..d5eeda081c 100644 --- a/core/fxcodec/jbig2/JBig2_Context.cpp +++ b/core/fxcodec/jbig2/JBig2_Context.cpp @@ -21,6 +21,7 @@ #include "core/fxcodec/jbig2/JBig2_SddProc.h" #include "core/fxcodec/jbig2/JBig2_TrdProc.h" #include "core/include/fpdfapi/cpdf_stream.h" +#include "core/include/fpdfapi/cpdf_stream_acc.h" #include "third_party/base/stl_util.h" namespace { |