| Index: core/src/fpdfdoc/doc_utils.cpp
 | 
| diff --git a/core/src/fpdfdoc/doc_utils.cpp b/core/src/fpdfdoc/doc_utils.cpp
 | 
| index bc09c9a2c4c088ffc05ff98ae9163a00ea788b12..11359c91291655ca67671f21cdf84265c2f9bddb 100644
 | 
| --- a/core/src/fpdfdoc/doc_utils.cpp
 | 
| +++ b/core/src/fpdfdoc/doc_utils.cpp
 | 
| @@ -5,6 +5,7 @@
 | 
|  // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
 | 
|  
 | 
|  #include <algorithm>
 | 
| +#include <vector>
 | 
|  
 | 
|  #include "core/include/fpdfapi/cpdf_document.h"
 | 
|  #include "core/include/fpdfdoc/fpdf_doc.h"
 | 
| 
 |