diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-04-08 16:19:33 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-04-08 16:19:33 -0700 |
commit | 245c80e410deff6ee35f62adce42dd0fcf46845a (patch) | |
tree | 355312b8cbfa650945a03a9814d4d67379e07ebe /fpdfsdk/include/formfiller/FFL_ListBox.h | |
parent | 6102dd8c05b9a12d08d9e5c7f790c1fc76fbfaab (diff) | |
download | pdfium-245c80e410deff6ee35f62adce42dd0fcf46845a.tar.xz |
Merge to XFA: Fix IWYU in formfiller/ directory.
Original Review URL: https://codereview.chromium.org/1066253002
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1073563003
Diffstat (limited to 'fpdfsdk/include/formfiller/FFL_ListBox.h')
-rw-r--r-- | fpdfsdk/include/formfiller/FFL_ListBox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fpdfsdk/include/formfiller/FFL_ListBox.h b/fpdfsdk/include/formfiller/FFL_ListBox.h index 43f5fce40b..03f71df5b9 100644 --- a/fpdfsdk/include/formfiller/FFL_ListBox.h +++ b/fpdfsdk/include/formfiller/FFL_ListBox.h @@ -7,7 +7,10 @@ #ifndef _FFL_LISTBOX_H_ #define _FFL_LISTBOX_H_ +#include "FFL_FormFiller.h" + class CBA_FontMap; + class CFFL_ListBox : public CFFL_FormFiller { public: |