| Index: xfa/src/fxfa/src/app/xfa_ffcheckbutton.h
|
| diff --git a/xfa/src/fxfa/src/app/xfa_ffcheckbutton.h b/xfa/src/fxfa/src/app/xfa_ffcheckbutton.h
|
| index 38b01843846323324fa2488471ec7a1b8b001504..3a41d3ae069c9d6f6565a1e6f929e3710cdb84ea 100644
|
| --- a/xfa/src/fxfa/src/app/xfa_ffcheckbutton.h
|
| +++ b/xfa/src/fxfa/src/app/xfa_ffcheckbutton.h
|
| @@ -7,6 +7,9 @@
|
| #ifndef XFA_SRC_FXFA_SRC_APP_XFA_FFCHECKBUTTON_H_
|
| #define XFA_SRC_FXFA_SRC_APP_XFA_FFCHECKBUTTON_H_
|
|
|
| +#include "xfa/src/fxfa/src/app/xfa_fffield.h"
|
| +#include "xfa/src/fxfa/src/app/xfa_ffpageview.h"
|
| +
|
| class CXFA_FFExclGroup;
|
| class CXFA_FFCheckButton : public CXFA_FFField {
|
| public:
|
|
|