summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/formfiller/FFL_CheckBox.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-04-08 16:19:33 -0700
committerTom Sepez <tsepez@chromium.org>2015-04-08 16:19:33 -0700
commit245c80e410deff6ee35f62adce42dd0fcf46845a (patch)
tree355312b8cbfa650945a03a9814d4d67379e07ebe /fpdfsdk/include/formfiller/FFL_CheckBox.h
parent6102dd8c05b9a12d08d9e5c7f790c1fc76fbfaab (diff)
downloadpdfium-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_CheckBox.h')
-rw-r--r--fpdfsdk/include/formfiller/FFL_CheckBox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fpdfsdk/include/formfiller/FFL_CheckBox.h b/fpdfsdk/include/formfiller/FFL_CheckBox.h
index 9aaf7fe526..240e748ea3 100644
--- a/fpdfsdk/include/formfiller/FFL_CheckBox.h
+++ b/fpdfsdk/include/formfiller/FFL_CheckBox.h
@@ -7,6 +7,8 @@
#ifndef _FFL_CHECKBOX_H_
#define _FFL_CHECKBOX_H_
+#include "FFL_FormFiller.h"
+
class CFFL_CheckBox : public CFFL_Button
{
public: