diff options
Diffstat (limited to 'xfa/src/fxbarcode/BC_DecoderResult.h')
-rw-r--r-- | xfa/src/fxbarcode/BC_DecoderResult.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfa/src/fxbarcode/BC_DecoderResult.h b/xfa/src/fxbarcode/BC_DecoderResult.h index 21d2cc0e4f..fce22a741b 100644 --- a/xfa/src/fxbarcode/BC_DecoderResult.h +++ b/xfa/src/fxbarcode/BC_DecoderResult.h @@ -7,7 +7,8 @@ #ifndef XFA_SRC_FXBARCODE_BC_DECODERRESULT_H_ #define XFA_SRC_FXBARCODE_BC_DECODERRESULT_H_ -class CBC_DecoderResult; +#include "core/include/fxcrt/fx_basic.h" + class CBC_DecoderResult { public: CBC_DecoderResult(CFX_ByteArray* rawBytes, |