From 45a3d338e60a7ae8c58bd2f3122ef4da01c4e051 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Wed, 8 Apr 2015 16:08:00 -0700 Subject: Fix IWYU in formfiller/ directory. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1066253002 --- fpdfsdk/include/formfiller/FFL_CheckBox.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fpdfsdk/include/formfiller/FFL_CheckBox.h') 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: -- cgit v1.2.3