diff options
Diffstat (limited to 'xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.h')
-rw-r--r-- | xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.h b/xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.h index 84ace71811..c241572985 100644 --- a/xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.h +++ b/xfa/src/fxbarcode/pdf417/BC_PDF417BoundingBox.h @@ -7,8 +7,11 @@ #ifndef XFA_SRC_FXBARCODE_PDF417_BC_PDF417BOUNDINGBOX_H_ #define XFA_SRC_FXBARCODE_PDF417_BC_PDF417BOUNDINGBOX_H_ +#include "core/include/fxcrt/fx_system.h" + class CBC_CommonBitMatrix; class CBC_ResultPoint; + class CBC_BoundingBox { public: CBC_BoundingBox(CBC_CommonBitMatrix* image, |