| Index: xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp
|
| diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp b/xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp
|
| index e14b2b37c4b51737b9fc247d28e8416924808eab..af63d19bfed2ef3af5cba7a2cfa52e7e9fd58d5f 100644
|
| --- a/xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp
|
| +++ b/xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp
|
| @@ -20,13 +20,16 @@
|
| * limitations under the License.
|
| */
|
|
|
| +#include "BC_PDF417DecodedBitStreamParser.h"
|
| +
|
| #include <stdlib.h>
|
| -#include "../barcode.h"
|
| +
|
| #include "../BC_DecoderResult.h"
|
| +#include "../barcode.h"
|
| #include "../common/BC_CommonDecoderResult.h"
|
| -#include "../../../../third_party/bigint/BigIntegerLibrary.hh"
|
| #include "BC_PDF417ResultMetadata.h"
|
| -#include "BC_PDF417DecodedBitStreamParser.h"
|
| +#include "third_party/bigint/BigIntegerLibrary.hh"
|
| +
|
| #define TEXT_COMPACTION_MODE_LATCH 900
|
| #define BYTE_COMPACTION_MODE_LATCH 901
|
| #define NUMERIC_COMPACTION_MODE_LATCH 902
|
|
|