diff options
Diffstat (limited to 'xfa/src/fxfa/src/app/xfa_ffimage.h')
-rw-r--r-- | xfa/src/fxfa/src/app/xfa_ffimage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/src/fxfa/src/app/xfa_ffimage.h b/xfa/src/fxfa/src/app/xfa_ffimage.h index 8bece23818..64e0f98a26 100644 --- a/xfa/src/fxfa/src/app/xfa_ffimage.h +++ b/xfa/src/fxfa/src/app/xfa_ffimage.h @@ -7,6 +7,8 @@ #ifndef XFA_SRC_FXFA_SRC_APP_XFA_FFIMAGE_H_ #define XFA_SRC_FXFA_SRC_APP_XFA_FFIMAGE_H_ +#include "xfa/src/fxfa/src/app/xfa_ffdraw.h" + class CXFA_FFImage : public CXFA_FFDraw { public: CXFA_FFImage(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc); |