diff options
Diffstat (limited to 'xfa/src/fxbarcode/pdf417/BC_PDF417.h')
-rw-r--r-- | xfa/src/fxbarcode/pdf417/BC_PDF417.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417.h b/xfa/src/fxbarcode/pdf417/BC_PDF417.h index 6da9cb934d..684b290e67 100644 --- a/xfa/src/fxbarcode/pdf417/BC_PDF417.h +++ b/xfa/src/fxbarcode/pdf417/BC_PDF417.h @@ -7,9 +7,12 @@ #ifndef XFA_SRC_FXBARCODE_PDF417_BC_PDF417_H_ #define XFA_SRC_FXBARCODE_PDF417_BC_PDF417_H_ +#include "xfa/src/fxbarcode/pdf417/BC_PDF417Compaction.h" + class CBC_Compaction; class CBC_BarcodeRow; class CBC_BarcodeMatrix; + class CBC_PDF417 { public: CBC_PDF417(); |