| Index: xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.cpp
 | 
| diff --git a/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.cpp b/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.cpp
 | 
| index 5bb30912d4bc908bfad8d094146cdb8a3d3bee88..22819c9342bb70aadf9ba4b0ad75f709a271635f 100644
 | 
| --- a/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.cpp
 | 
| +++ b/xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.cpp
 | 
| @@ -21,9 +21,9 @@
 | 
|   */
 | 
|  
 | 
|  #include "xfa/src/fxbarcode/barcode.h"
 | 
| +#include "xfa/src/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.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_ReedSolomonDecoder.h"
 | 
|  CBC_ReedSolomonDecoder::CBC_ReedSolomonDecoder(CBC_ReedSolomonGF256* field) {
 | 
|    m_field = field;
 | 
|  }
 | 
| 
 |