| Index: core/fpdfapi/fpdf_basic_module.cpp
 | 
| diff --git a/core/fpdfapi/fpdf_basic_module.cpp b/core/fpdfapi/fpdf_basic_module.cpp
 | 
| index cf843cc4d9a8b15d47a8f6cf1a39bd7aa735bbc7..b77d998ed8ad77f5c28a0148dee71bd03cfb1d7d 100644
 | 
| --- a/core/fpdfapi/fpdf_basic_module.cpp
 | 
| +++ b/core/fpdfapi/fpdf_basic_module.cpp
 | 
| @@ -4,7 +4,9 @@
 | 
|  
 | 
|  // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
 | 
|  
 | 
| -#include "core/include/fpdfapi/fpdf_module.h"
 | 
| +#include "core/fpdfapi/include/cpdf_modulemgr.h"
 | 
| +
 | 
| +#include "core/fpdfapi/ipdf_rendermodule.h"
 | 
|  #include "core/include/fxcodec/fx_codec.h"
 | 
|  
 | 
|  namespace {
 | 
| 
 |