| Index: xfa/src/fxfa/src/app/xfa_fftext.h
|
| diff --git a/xfa/src/fxfa/src/app/xfa_fftext.h b/xfa/src/fxfa/src/app/xfa_fftext.h
|
| index f4decf215eb0753707e7d6e86a1f1e8bbabd7fc1..7fd8d653b40f6277d0a5f648043c254cabf3794d 100644
|
| --- a/xfa/src/fxfa/src/app/xfa_fftext.h
|
| +++ b/xfa/src/fxfa/src/app/xfa_fftext.h
|
| @@ -7,7 +7,10 @@
|
| #ifndef XFA_SRC_FXFA_SRC_APP_XFA_FFTEXT_H_
|
| #define XFA_SRC_FXFA_SRC_APP_XFA_FFTEXT_H_
|
|
|
| +#include "xfa/src/fxfa/src/app/xfa_ffdraw.h"
|
| +
|
| class CXFA_TextLayout;
|
| +
|
| class CXFA_FFText : public CXFA_FFDraw {
|
| public:
|
| CXFA_FFText(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc);
|
|
|