| Index: core/fpdfdoc/cpdf_annot.cpp
 | 
| diff --git a/core/fpdfdoc/cpdf_annot.cpp b/core/fpdfdoc/cpdf_annot.cpp
 | 
| index bff9131b46d650ca08519e47a64edae478e6c228..2b9b936cd1b54b2e95cd71f048a837bf77ff3cb2 100644
 | 
| --- a/core/fpdfdoc/cpdf_annot.cpp
 | 
| +++ b/core/fpdfdoc/cpdf_annot.cpp
 | 
| @@ -14,8 +14,9 @@
 | 
|  #include "core/fpdfapi/fpdf_render/include/cpdf_renderoptions.h"
 | 
|  #include "core/fpdfdoc/cpvt_generateap.h"
 | 
|  #include "core/fxcrt/include/fx_memory.h"
 | 
| +#include "core/fxge/include/cfx_graphstatedata.h"
 | 
|  #include "core/fxge/include/cfx_pathdata.h"
 | 
| -#include "core/fxge/include/fx_ge.h"
 | 
| +#include "core/fxge/include/cfx_renderdevice.h"
 | 
|  
 | 
|  CPDF_Annot::CPDF_Annot(CPDF_Dictionary* pDict, CPDF_Document* pDocument)
 | 
|      : m_pAnnotDict(pDict),
 | 
| 
 |