diff options
Diffstat (limited to 'xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h')
-rw-r--r-- | xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h b/xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h index 1f64faa98e..755a7345dc 100644 --- a/xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h +++ b/xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h @@ -7,9 +7,12 @@ #ifndef XFA_SRC_FXBARCODE_QRCODE_BC_QRCODERVERSION_H_ #define XFA_SRC_FXBARCODE_QRCODE_BC_QRCODERVERSION_H_ +#include "core/include/fxcrt/fx_basic.h" + class CBC_QRCoderECBlocks; class CBC_CommonBitMatrix; class CBC_QRCoderErrorCorrectionLevel; + class CBC_QRCoderVersion { private: const static int32_t VERSION_DECODE_INFO[34]; |