Chromium Code Reviews| Index: xfa/src/fxbarcode/BC_Dimension.h |
| diff --git a/xfa/src/fxbarcode/BC_Dimension.h b/xfa/src/fxbarcode/BC_Dimension.h |
| index 5a16b8f85552790a524e834a3683e8e15444cde9..d6780f0fed9f7f70b1a76035f1c3cee20daed05c 100644 |
| --- a/xfa/src/fxbarcode/BC_Dimension.h |
| +++ b/xfa/src/fxbarcode/BC_Dimension.h |
| @@ -7,7 +7,10 @@ |
| #ifndef XFA_SRC_FXBARCODE_BC_DIMENSION_H_ |
| #define XFA_SRC_FXBARCODE_BC_DIMENSION_H_ |
| -class CBC_Dimension; |
| +#include <cstdint> |
| + |
| +#include "core/include/fxcrt/fx_string.h" |
| + |
| class CBC_Dimension { |
| public: |
| CBC_Dimension(); |