diff options
Diffstat (limited to 'fxbarcode/common/BC_CommonByteArray.h')
-rw-r--r-- | fxbarcode/common/BC_CommonByteArray.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fxbarcode/common/BC_CommonByteArray.h b/fxbarcode/common/BC_CommonByteArray.h index 86b4ea1544..285a567c8e 100644 --- a/fxbarcode/common/BC_CommonByteArray.h +++ b/fxbarcode/common/BC_CommonByteArray.h @@ -7,6 +7,8 @@ #ifndef FXBARCODE_COMMON_BC_COMMONBYTEARRAY_H_ #define FXBARCODE_COMMON_BC_COMMONBYTEARRAY_H_ +#include <stdint.h> + #include <vector> // TODO(weili): The usage of this class should be replaced by |