| Index: xfa/src/fxbarcode/common/BC_CommonBitArray.h
 | 
| diff --git a/xfa/src/fxbarcode/common/BC_CommonBitArray.h b/xfa/src/fxbarcode/common/BC_CommonBitArray.h
 | 
| index c2364c2bc88b0e2e910c90686d42a713ae09222a..bf2b3559b7ad40c23b6bfc34ce51e29d63d64c3b 100644
 | 
| --- a/xfa/src/fxbarcode/common/BC_CommonBitArray.h
 | 
| +++ b/xfa/src/fxbarcode/common/BC_CommonBitArray.h
 | 
| @@ -7,6 +7,8 @@
 | 
|  #ifndef XFA_SRC_FXBARCODE_COMMON_BC_COMMONBITARRAY_H_
 | 
|  #define XFA_SRC_FXBARCODE_COMMON_BC_COMMONBITARRAY_H_
 | 
|  
 | 
| +#include "core/include/fxcrt/fx_basic.h"
 | 
| +
 | 
|  class CBC_CommonBitArray {
 | 
|   public:
 | 
|    CBC_CommonBitArray(CBC_CommonBitArray* array);
 | 
| 
 |