| Index: xfa/src/fxbarcode/common/BC_CommonBitMatrix.h
 | 
| diff --git a/xfa/src/fxbarcode/common/BC_CommonBitMatrix.h b/xfa/src/fxbarcode/common/BC_CommonBitMatrix.h
 | 
| index 75e0b43502962e44f2f99c87631981ef0d8bbb51..86838a1d9115e1bca08f18662d09dfde88933a0b 100644
 | 
| --- a/xfa/src/fxbarcode/common/BC_CommonBitMatrix.h
 | 
| +++ b/xfa/src/fxbarcode/common/BC_CommonBitMatrix.h
 | 
| @@ -7,7 +7,10 @@
 | 
|  #ifndef XFA_SRC_FXBARCODE_COMMON_BC_COMMONBITMATRIX_H_
 | 
|  #define XFA_SRC_FXBARCODE_COMMON_BC_COMMONBITMATRIX_H_
 | 
|  
 | 
| +#include "core/include/fxcrt/fx_system.h"
 | 
| +
 | 
|  class CBC_CommonBitArray;
 | 
| +
 | 
|  class CBC_CommonBitMatrix {
 | 
|   public:
 | 
|    CBC_CommonBitMatrix();
 | 
| 
 |