| Index: xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h | 
| diff --git a/xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h b/xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h | 
| index 245f407b8007eb0891e132c2523ad0b3d389b731..14316e5a16fa2fe1bf7004258736adeed5fdf850 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; | 
|  |