diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-04-08 16:08:00 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-04-08 16:08:00 -0700 |
commit | 45a3d338e60a7ae8c58bd2f3122ef4da01c4e051 (patch) | |
tree | 82d956e82b4c30a46d7ec5fc3bee8d5469d7055f /fpdfsdk/include/formfiller/FFL_ListBox.h | |
parent | d80a434d7aa1ea6138e17aed2117c2eac8f72ce3 (diff) | |
download | pdfium-45a3d338e60a7ae8c58bd2f3122ef4da01c4e051.tar.xz |
Fix IWYU in formfiller/ directory.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1066253002
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: |