diff options
Diffstat (limited to 'fpdfsdk/include/formfiller/FFL_PushButton.h')
-rw-r--r-- | fpdfsdk/include/formfiller/FFL_PushButton.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fpdfsdk/include/formfiller/FFL_PushButton.h b/fpdfsdk/include/formfiller/FFL_PushButton.h index be5e735dcb..5d115c0771 100644 --- a/fpdfsdk/include/formfiller/FFL_PushButton.h +++ b/fpdfsdk/include/formfiller/FFL_PushButton.h @@ -7,6 +7,8 @@ #ifndef _FFL_PUSHBUTTON_H_ #define _FFL_PUSHBUTTON_H_ +#include "FFL_FormFiller.h" + class CFFL_PushButton : public CFFL_Button { public: |