summaryrefslogtreecommitdiff
path: root/xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h')
-rw-r--r--xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h b/xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h
index 245f407b80..14316e5a16 100644
--- a/xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h
+++ b/xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h
@@ -7,7 +7,10 @@
#ifndef XFA_SRC_FXBARCODE_QRCODE_BC_FINDERPATTERNINFO_H_
#define XFA_SRC_FXBARCODE_QRCODE_BC_FINDERPATTERNINFO_H_
+#include "core/include/fxcrt/fx_basic.h"
+
class CBC_QRFinderPattern;
+
class CBC_QRFinderPatternInfo {
private:
CBC_QRFinderPattern* m_bottomLeft;