diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-03-09 17:37:12 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-03-09 17:37:12 -0800 |
commit | 99406198ac4921a53425edc73cac67e7b4760895 (patch) | |
tree | d2f2411dad87d84001202e9a04bb2ed60b725683 /fpdfsdk/src | |
parent | 520f247443253356b0ce236066fce95e7fad7680 (diff) | |
download | pdfium-99406198ac4921a53425edc73cac67e7b4760895.tar.xz |
Move ScopedSetInsertion to third_party/base/stl_util.h
Also move ScopedFileStream, since it isn't specific to the
parser, and belongs with the fxcrt object it manipulates.
R=ochang@chromium.org
Review URL: https://codereview.chromium.org/1780063003 .
Diffstat (limited to 'fpdfsdk/src')
-rw-r--r-- | fpdfsdk/src/fpdfsave.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpdfsdk/src/fpdfsave.cpp b/fpdfsdk/src/fpdfsave.cpp index 0971a4bcd1..1193223632 100644 --- a/fpdfsdk/src/fpdfsave.cpp +++ b/fpdfsdk/src/fpdfsave.cpp @@ -11,6 +11,7 @@ #include "core/include/fpdfapi/cpdf_document.h" #include "core/include/fpdfapi/fpdf_parser.h" #include "core/include/fpdfapi/fpdf_serial.h" +#include "core/include/fxcrt/fx_ext.h" #include "fpdfsdk/include/fsdk_define.h" #include "public/fpdf_edit.h" |