From d70b545445516a19f9b6dfe5f0a41f94d5cc3b71 Mon Sep 17 00:00:00 2001 From: Bo Xu Date: Mon, 29 Dec 2014 11:25:01 -0800 Subject: 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 --- xfa/include/foxitxfa.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xfa/include') 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 -- cgit v1.2.3