| Index: core/src/fpdfapi/fpdf_edit/fpdf_edit_content.cpp
 | 
| diff --git a/core/src/fpdfapi/fpdf_edit/fpdf_edit_content.cpp b/core/src/fpdfapi/fpdf_edit/fpdf_edit_content.cpp
 | 
| index cb3f8810acbe20e8b92fef0a8bdc93c51e7a72e3..a8fddf6cfcaf1d758aa044352ec5b2c5a07a2940 100644
 | 
| --- a/core/src/fpdfapi/fpdf_edit/fpdf_edit_content.cpp
 | 
| +++ b/core/src/fpdfapi/fpdf_edit/fpdf_edit_content.cpp
 | 
| @@ -4,6 +4,8 @@
 | 
|  
 | 
|  // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
 | 
|  
 | 
| +#include "core/include/fpdfapi/cpdf_array.h"
 | 
| +#include "core/include/fpdfapi/cpdf_dictionary.h"
 | 
|  #include "core/include/fpdfapi/cpdf_document.h"
 | 
|  #include "core/include/fpdfapi/fpdf_module.h"
 | 
|  #include "core/include/fpdfapi/fpdf_page.h"
 | 
| 
 |