diff options
Diffstat (limited to 'xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h')
-rw-r--r-- | xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h b/xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h index 3086cb8c95..50381d9742 100644 --- a/xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h +++ b/xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h @@ -7,8 +7,11 @@ #ifndef XFA_SRC_FXBARCODE_QRCODE_BC_QRDETECTORRESULT_H_ #define XFA_SRC_FXBARCODE_QRCODE_BC_QRDETECTORRESULT_H_ +#include "core/include/fxcrt/fx_basic.h" + class CBC_CommonBitMatrix; class CBC_ResultPoint; + class CBC_QRDetectorResult { private: CBC_CommonBitMatrix* m_bits; |