diff options
Diffstat (limited to 'fxbarcode/common/BC_CommonBitArray.h')
-rw-r--r-- | fxbarcode/common/BC_CommonBitArray.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fxbarcode/common/BC_CommonBitArray.h b/fxbarcode/common/BC_CommonBitArray.h index 1f98e54e53..163db86273 100644 --- a/fxbarcode/common/BC_CommonBitArray.h +++ b/fxbarcode/common/BC_CommonBitArray.h @@ -7,6 +7,8 @@ #ifndef FXBARCODE_COMMON_BC_COMMONBITARRAY_H_ #define FXBARCODE_COMMON_BC_COMMONBITARRAY_H_ +#include <stdint.h> + #include <vector> class CBC_CommonBitArray { |