| Index: xfa/src/fxfa/src/app/xfa_ffpath.h
|
| diff --git a/xfa/src/fxfa/src/app/xfa_ffpath.h b/xfa/src/fxfa/src/app/xfa_ffpath.h
|
| index b970c989c415f9b32326e7380a5f54becfd7c341..05a67bd16f1b9a4c52aae6c5ecaac934a4fa9253 100644
|
| --- a/xfa/src/fxfa/src/app/xfa_ffpath.h
|
| +++ b/xfa/src/fxfa/src/app/xfa_ffpath.h
|
| @@ -7,6 +7,8 @@
|
| #ifndef XFA_SRC_FXFA_SRC_APP_XFA_FFPATH_H_
|
| #define XFA_SRC_FXFA_SRC_APP_XFA_FFPATH_H_
|
|
|
| +#include "xfa/src/fxfa/src/app/xfa_ffdraw.h"
|
| +
|
| class CXFA_FFLine : public CXFA_FFDraw {
|
| public:
|
| CXFA_FFLine(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc);
|
|
|