| Index: xfa/src/fxfa/src/app/xfa_ffimage.h
|
| diff --git a/xfa/src/fxfa/src/app/xfa_ffimage.h b/xfa/src/fxfa/src/app/xfa_ffimage.h
|
| index 8bece238189e60444286100a68458bf392fa731f..64e0f98a260e5d5ab5367f712e097acbb731b304 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);
|
|
|