diff options
author | Lei Zhang <thestig@chromium.org> | 2018-08-21 17:31:34 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-08-21 17:31:34 +0000 |
commit | aa58fb5759b937760464a2e63f19f464cd1cfe52 (patch) | |
tree | 59d26adf126f1117d701d490781e7cc35524d51b /xfa/fxfa/parser/cxfa_barcode.h | |
parent | 45309b122e1df498ab4aa7c85fe5e9d01788321b (diff) | |
download | pdfium-aa58fb5759b937760464a2e63f19f464cd1cfe52.tar.xz |
Fix some IWYU issues in xfa/fxfa/.
Change-Id: Ia002b26d70f5d6e5b66a3341978483636f943db8
Reviewed-on: https://pdfium-review.googlesource.com/40672
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser/cxfa_barcode.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_barcode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/fxfa/parser/cxfa_barcode.h b/xfa/fxfa/parser/cxfa_barcode.h index 0899740424..463e97f236 100644 --- a/xfa/fxfa/parser/cxfa_barcode.h +++ b/xfa/fxfa/parser/cxfa_barcode.h @@ -7,6 +7,8 @@ #ifndef XFA_FXFA_PARSER_CXFA_BARCODE_H_ #define XFA_FXFA_PARSER_CXFA_BARCODE_H_ +#include "fxbarcode/BC_Library.h" +#include "third_party/base/optional.h" #include "xfa/fxfa/parser/cxfa_node.h" class CXFA_Barcode : public CXFA_Node { |