diff options
Diffstat (limited to 'xfa/src/fxbarcode/BC_Reader.h')
-rw-r--r-- | xfa/src/fxbarcode/BC_Reader.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xfa/src/fxbarcode/BC_Reader.h b/xfa/src/fxbarcode/BC_Reader.h index 1f19a2f278..062268a6e7 100644 --- a/xfa/src/fxbarcode/BC_Reader.h +++ b/xfa/src/fxbarcode/BC_Reader.h @@ -7,8 +7,10 @@ #ifndef XFA_SRC_FXBARCODE_BC_READER_H_ #define XFA_SRC_FXBARCODE_BC_READER_H_ +#include "core/include/fxcrt/fx_string.h" + class CBC_BinaryBitmap; -class CBC_Reader; + class CBC_Reader { public: CBC_Reader(); |