| Index: core/src/fpdfapi/fpdf_edit/editint.h
 | 
| diff --git a/core/src/fpdfapi/fpdf_edit/editint.h b/core/src/fpdfapi/fpdf_edit/editint.h
 | 
| index 445ea83967de33be4d62a16a9b5e1c76f5c52792..e80fdd3e6493488f26d3863819fb84507cc3c18d 100644
 | 
| --- a/core/src/fpdfapi/fpdf_edit/editint.h
 | 
| +++ b/core/src/fpdfapi/fpdf_edit/editint.h
 | 
| @@ -7,6 +7,13 @@
 | 
|  #ifndef CORE_SRC_FPDFAPI_FPDF_EDIT_EDITINT_H_
 | 
|  #define CORE_SRC_FPDFAPI_FPDF_EDIT_EDITINT_H_
 | 
|  
 | 
| +#include "core/include/fxcrt/fx_basic.h"
 | 
| +#include "core/include/fxcrt/fx_stream.h"
 | 
| +#include "core/include/fxcrt/fx_system.h"
 | 
| +
 | 
| +class CPDF_Creator;
 | 
| +class CPDF_Object;
 | 
| +
 | 
|  class CPDF_ObjectStream {
 | 
|   public:
 | 
|    CPDF_ObjectStream();
 | 
| 
 |