diff options
Diffstat (limited to 'fxbarcode/datamatrix/BC_ErrorCorrection.h')
-rw-r--r-- | fxbarcode/datamatrix/BC_ErrorCorrection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fxbarcode/datamatrix/BC_ErrorCorrection.h b/fxbarcode/datamatrix/BC_ErrorCorrection.h index f09763da2b..97a2e48e2d 100644 --- a/fxbarcode/datamatrix/BC_ErrorCorrection.h +++ b/fxbarcode/datamatrix/BC_ErrorCorrection.h @@ -7,6 +7,8 @@ #ifndef FXBARCODE_DATAMATRIX_BC_ERRORCORRECTION_H_ #define FXBARCODE_DATAMATRIX_BC_ERRORCORRECTION_H_ +#include "core/fxcrt/cfx_widestring.h" + class CBC_SymbolInfo; class CBC_ErrorCorrection { |