| Index: xfa/src/fxbarcode/qrcode/BC_QRCoder.cpp | 
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoder.cpp b/xfa/src/fxbarcode/qrcode/BC_QRCoder.cpp | 
| index 9b0effcd30d0a6e28a259b4c95fdef5cc837019a..ab370f88424b0ee97146493f6463b77f39be19c0 100644 | 
| --- a/xfa/src/fxbarcode/qrcode/BC_QRCoder.cpp | 
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRCoder.cpp | 
| @@ -20,11 +20,12 @@ | 
| * limitations under the License. | 
| */ | 
|  | 
| -#include "xfa/src/fxbarcode/barcode.h" | 
| #include "xfa/src/fxbarcode/common/BC_CommonByteMatrix.h" | 
| #include "xfa/src/fxbarcode/qrcode/BC_QRCoder.h" | 
| #include "xfa/src/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.h" | 
| #include "xfa/src/fxbarcode/qrcode/BC_QRCoderMode.h" | 
| +#include "xfa/src/fxbarcode/utils.h" | 
| + | 
| CBC_QRCoder::CBC_QRCoder() { | 
| m_mode = NULL; | 
| m_ecLevel = NULL; | 
|  |