summaryrefslogtreecommitdiff
path: root/xfa/src/fxfa/src/app/xfa_fftext.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxfa/src/app/xfa_fftext.h')
-rw-r--r--xfa/src/fxfa/src/app/xfa_fftext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/src/fxfa/src/app/xfa_fftext.h b/xfa/src/fxfa/src/app/xfa_fftext.h
index f4decf215e..7fd8d653b4 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);