summaryrefslogtreecommitdiff
path: root/xfa
diff options
context:
space:
mode:
Diffstat (limited to 'xfa')
-rw-r--r--xfa/include/foxitxfa.h1
-rw-r--r--xfa/src/fxbarcode/src/BC_PDF417DecodedBitStreamParser.cpp1
-rw-r--r--xfa/src/fxbarcode/src/BC_PDF417HighLevelEncoder.cpp1
3 files changed, 2 insertions, 1 deletions
diff --git a/xfa/include/foxitxfa.h b/xfa/include/foxitxfa.h
index 1c54e53722..26ab6cd8f3 100644
--- a/xfa/include/foxitxfa.h
+++ b/xfa/include/foxitxfa.h
@@ -17,5 +17,4 @@
#include "./fwl/fwl.h"
#include "./fxjse/fxjse.h"
#include "./fxfa/fxfa.h"
-#include "../../third_party/bigint/BigIntegerLibrary.hh"
#endif
diff --git a/xfa/src/fxbarcode/src/BC_PDF417DecodedBitStreamParser.cpp b/xfa/src/fxbarcode/src/BC_PDF417DecodedBitStreamParser.cpp
index b832ab94aa..86c6fa9149 100644
--- a/xfa/src/fxbarcode/src/BC_PDF417DecodedBitStreamParser.cpp
+++ b/xfa/src/fxbarcode/src/BC_PDF417DecodedBitStreamParser.cpp
@@ -10,6 +10,7 @@
#include "include/BC_PDF417ResultMetadata.h"
#include "include/BC_CommonDecoderResult.h"
#include "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
diff --git a/xfa/src/fxbarcode/src/BC_PDF417HighLevelEncoder.cpp b/xfa/src/fxbarcode/src/BC_PDF417HighLevelEncoder.cpp
index 7b4701f21d..65a6d797db 100644
--- a/xfa/src/fxbarcode/src/BC_PDF417HighLevelEncoder.cpp
+++ b/xfa/src/fxbarcode/src/BC_PDF417HighLevelEncoder.cpp
@@ -8,6 +8,7 @@
#include "include/BC_PDF417Compaction.h"
#include "include/BC_UtilCodingConvert.h"
#include "include/BC_PDF417HighLevelEncoder.h"
+#include "../../../../third_party/bigint/BigIntegerLibrary.hh"
#define SUBMODE_ALPHA 0
#define SUBMODE_LOWER 1
#define SUBMODE_MIXED 2