| Index: xfa/src/fxbarcode/qrcode/BC_QRAlignmentPatternFinder.h | 
| diff --git a/xfa/src/fxbarcode/qrcode/BC_QRAlignmentPatternFinder.h b/xfa/src/fxbarcode/qrcode/BC_QRAlignmentPatternFinder.h | 
| index 922c2bb8919eeeeaf0182e7e9c0839f2c67635a0..d1fff0aa3cb4defe2c0586caff97c477ab4fff79 100644 | 
| --- a/xfa/src/fxbarcode/qrcode/BC_QRAlignmentPatternFinder.h | 
| +++ b/xfa/src/fxbarcode/qrcode/BC_QRAlignmentPatternFinder.h | 
| @@ -7,8 +7,12 @@ | 
| #ifndef XFA_SRC_FXBARCODE_QRCODE_BC_QRALIGNMENTPATTERNFINDER_H_ | 
| #define XFA_SRC_FXBARCODE_QRCODE_BC_QRALIGNMENTPATTERNFINDER_H_ | 
|  | 
| +#include "core/include/fxcrt/fx_basic.h" | 
| +#include "xfa/src/fxbarcode/utils.h" | 
| + | 
| class CBC_CommonBitMatrix; | 
| class CBC_QRAlignmentPattern; | 
| + | 
| class CBC_QRAlignmentPatternFinder { | 
| private: | 
| CBC_CommonBitMatrix* m_image; | 
|  |