diff options
author | Bo Xu <bo_xu@foxitsoftware.com> | 2014-12-29 11:25:01 -0800 |
---|---|---|
committer | Bo Xu <bo_xu@foxitsoftware.com> | 2014-12-29 11:25:01 -0800 |
commit | d70b545445516a19f9b6dfe5f0a41f94d5cc3b71 (patch) | |
tree | a3788b28813247c68e3026049147c908ab5b1821 /xfa/include | |
parent | 0a476d22c89eb99d36dfd6c9955dd12d1513a870 (diff) | |
download | pdfium-d70b545445516a19f9b6dfe5f0a41f94d5cc3b71.tar.xz |
Fix the big integer bug in PDF417.
Previously no big integer support in Pdfium and XFA.
The PDF417 barcode functionality could not work properly.
BUG=https://code.google.com/p/pdfium/issues/detail?id=98
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/777553002
Diffstat (limited to 'xfa/include')
-rw-r--r-- | xfa/include/foxitxfa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/include/foxitxfa.h b/xfa/include/foxitxfa.h index 26ab6cd8f3..1c54e53722 100644 --- a/xfa/include/foxitxfa.h +++ b/xfa/include/foxitxfa.h @@ -17,4 +17,5 @@ #include "./fwl/fwl.h"
#include "./fxjse/fxjse.h"
#include "./fxfa/fxfa.h"
+#include "../../third_party/bigint/BigIntegerLibrary.hh"
#endif
|