diff options
author | npm <npm@chromium.org> | 2016-09-30 08:37:51 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-30 08:37:51 -0700 |
commit | 43c8a6adc0045c974fb1c831deeef53fa5a38a82 (patch) | |
tree | 645c4ec4dfc22fc8089d147915337153cb3edd65 /testing/libfuzzer/pdf_hint_table_fuzzer.cc | |
parent | 5b4930967676088f2f0e5ce3b25aed77831d678c (diff) | |
download | pdfium-43c8a6adc0045c974fb1c831deeef53fa5a38a82.tar.xz |
Fix #includes in libfuzzer so pdfium can be rolled
Note: pdfium bots don't seem to touch these files.
Review-Url: https://codereview.chromium.org/2379973005
Diffstat (limited to 'testing/libfuzzer/pdf_hint_table_fuzzer.cc')
-rw-r--r-- | testing/libfuzzer/pdf_hint_table_fuzzer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libfuzzer/pdf_hint_table_fuzzer.cc b/testing/libfuzzer/pdf_hint_table_fuzzer.cc index d14d9464f5..d41a8a37a7 100644 --- a/testing/libfuzzer/pdf_hint_table_fuzzer.cc +++ b/testing/libfuzzer/pdf_hint_table_fuzzer.cc @@ -4,8 +4,8 @@ #include <cstdint> +#include "core/fpdfapi/fpdf_parser/cpdf_dictionary.h" #include "core/fpdfapi/fpdf_parser/cpdf_hint_tables.h" -#include "core/fpdfapi/fpdf_parser/include/cpdf_dictionary.h" struct DummyLinearizedDictionary { int end_of_first_page_offset; |