| Index: xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp
 | 
| diff --git a/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp b/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp
 | 
| index f74b5ff3310df9353c0fb8e0d3a0c2e9f90b2884..26bc9e4c7b24f2eeaa2ee764a75660474b3f86db 100644
 | 
| --- a/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp
 | 
| +++ b/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp
 | 
| @@ -21,9 +21,9 @@
 | 
|   */
 | 
|  
 | 
|  #include "xfa/src/fxbarcode/barcode.h"
 | 
| +#include "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.h"
 | 
|  #include "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h"
 | 
|  #include "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h"
 | 
| -#include "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomon.h"
 | 
|  CBC_ReedSolomonEncoder::CBC_ReedSolomonEncoder(CBC_ReedSolomonGF256* field) {
 | 
|    m_field = field;
 | 
|  }
 | 
| 
 |