| Index: fpdfsdk/include/fsdk_annothandler.h
|
| diff --git a/fpdfsdk/include/fsdk_annothandler.h b/fpdfsdk/include/fsdk_annothandler.h
|
| index 6f2b71b04575ce0f83853c11afa9035220e292d1..f4b88f2984f60a0468e9ac959c1711f686133807 100644
|
| --- a/fpdfsdk/include/fsdk_annothandler.h
|
| +++ b/fpdfsdk/include/fsdk_annothandler.h
|
| @@ -7,11 +7,20 @@
|
| #ifndef _FSDK_ANNOTHANDLER_H_
|
| #define _FSDK_ANNOTHANDLER_H_
|
|
|
| +#include "../../core/include/fxcrt/fx_basic.h"
|
| +
|
| #define FSDK_XFAWIDGET_TYPENAME "XFAWidget"
|
|
|
| -class CPDFDoc_Environment;
|
| class CFFL_IFormFiller;
|
| +class CFX_RenderDevice;
|
| +class CPDFDoc_Environment;
|
| +class CPDFSDK_Annot;
|
| class CPDFSDK_PageView;
|
| +class CPDF_Annot;
|
| +class CPDF_Matrix;
|
| +class CPDF_Point;
|
| +class CPDF_Rect;
|
| +
|
| class IPDFSDK_AnnotHandler
|
| {
|
|
|
|
|