| Index: core/src/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp
 | 
| diff --git a/core/src/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp b/core/src/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp
 | 
| index cbae49692001482614a319647ea9d82a1ace20e6..fba3a2b031b94824e0fa8256048452b081c6e34a 100644
 | 
| --- a/core/src/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp
 | 
| +++ b/core/src/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp
 | 
| @@ -6,9 +6,9 @@
 | 
|  
 | 
|  #include "cmap_int.h"
 | 
|  
 | 
| -#include "../fpdf_font/font_int.h"
 | 
|  #include "core/include/fpdfapi/fpdf_module.h"
 | 
|  #include "core/include/fpdfapi/fpdf_resource.h"
 | 
| +#include "core/src/fpdfapi/fpdf_font/font_int.h"
 | 
|  
 | 
|  void FPDFAPI_FindEmbeddedCMap(const char* name,
 | 
|                                int charset,
 | 
| 
 |