| Index: xfa/fxbarcode/qrcode/BC_QRCodeWriter.cpp
|
| diff --git a/xfa/fxbarcode/qrcode/BC_QRCodeWriter.cpp b/xfa/fxbarcode/qrcode/BC_QRCodeWriter.cpp
|
| index b2b87bc9a61ee2092d50774792f43f757c1fc540..01873f0f043f803d6f49596f179bb8deb2370e5d 100644
|
| --- a/xfa/fxbarcode/qrcode/BC_QRCodeWriter.cpp
|
| +++ b/xfa/fxbarcode/qrcode/BC_QRCodeWriter.cpp
|
| @@ -23,12 +23,12 @@
|
| #include "xfa/fxbarcode/BC_TwoDimWriter.h"
|
| #include "xfa/fxbarcode/common/BC_CommonByteMatrix.h"
|
| #include "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h"
|
| +#include "xfa/fxbarcode/qrcode/BC_QRCodeWriter.h"
|
| #include "xfa/fxbarcode/qrcode/BC_QRCoder.h"
|
| #include "xfa/fxbarcode/qrcode/BC_QRCoderEncoder.h"
|
| #include "xfa/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.h"
|
| #include "xfa/fxbarcode/qrcode/BC_QRCoderMode.h"
|
| #include "xfa/fxbarcode/qrcode/BC_QRCoderVersion.h"
|
| -#include "xfa/fxbarcode/qrcode/BC_QRCodeWriter.h"
|
|
|
| CBC_QRCodeWriter::CBC_QRCodeWriter() {
|
| m_bFixedSize = TRUE;
|
|
|