| Index: xfa/src/fxbarcode/qrcode/BC_QRCoderDecoder.h
|
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoderDecoder.h b/xfa/src/fxbarcode/qrcode/BC_QRCoderDecoder.h
|
| index 26952ee9e0bbd805a015b54431b33bc80c82548c..e2e53a796cad4f727e01b9008a39ecba55a02604 100644
|
| --- a/xfa/src/fxbarcode/qrcode/BC_QRCoderDecoder.h
|
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRCoderDecoder.h
|
| @@ -7,12 +7,12 @@
|
| #ifndef XFA_SRC_FXBARCODE_QRCODE_BC_QRCODERDECODER_H_
|
| #define XFA_SRC_FXBARCODE_QRCODE_BC_QRCODERDECODER_H_
|
|
|
| +#include "core/include/fxcrt/fx_basic.h"
|
| +
|
| class CBC_CommonBitMatrix;
|
| class CBC_ReedSolomonDecoder;
|
| class CBC_CommonDecoderResult;
|
| -class CBC_QRBitMatrixParser;
|
| -class CBC_QRCoderVersion;
|
| -class CBC_QRDataBlock;
|
| +
|
| class CBC_QRCoderDecoder {
|
| private:
|
| CBC_ReedSolomonDecoder* m_rsDecoder;
|
|
|