diff options
Diffstat (limited to 'xfa/src/fxfa/src/app/xfa_fftextedit.h')
-rw-r--r-- | xfa/src/fxfa/src/app/xfa_fftextedit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/src/fxfa/src/app/xfa_fftextedit.h b/xfa/src/fxfa/src/app/xfa_fftextedit.h index e6c11ca610..638d506ae3 100644 --- a/xfa/src/fxfa/src/app/xfa_fftextedit.h +++ b/xfa/src/fxfa/src/app/xfa_fftextedit.h @@ -7,6 +7,8 @@ #ifndef XFA_SRC_FXFA_SRC_APP_XFA_FFTEXTEDIT_H_ #define XFA_SRC_FXFA_SRC_APP_XFA_FFTEXTEDIT_H_ +#include "xfa/src/fxfa/src/app/xfa_fffield.h" + class CXFA_FFTextEdit : public CXFA_FFField { public: CXFA_FFTextEdit(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc); |