diff options
Diffstat (limited to 'xfa/src/fxbarcode/common/BC_CommonDecoderResult.h')
-rw-r--r-- | xfa/src/fxbarcode/common/BC_CommonDecoderResult.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/src/fxbarcode/common/BC_CommonDecoderResult.h b/xfa/src/fxbarcode/common/BC_CommonDecoderResult.h index 219a9f3a87..185f38d082 100644 --- a/xfa/src/fxbarcode/common/BC_CommonDecoderResult.h +++ b/xfa/src/fxbarcode/common/BC_CommonDecoderResult.h @@ -7,8 +7,11 @@ #ifndef XFA_SRC_FXBARCODE_COMMON_BC_COMMONDECODERRESULT_H_ #define XFA_SRC_FXBARCODE_COMMON_BC_COMMONDECODERRESULT_H_ +#include "core/include/fxcrt/fx_basic.h" + class CBC_QRCoderErrorCorrectionLevel; class CBC_PDF417ResultMetadata; + class CBC_CommonDecoderResult { public: CBC_CommonDecoderResult(); |