summaryrefslogtreecommitdiff
path: root/xfa/src/fxbarcode
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2014-12-29 13:20:02 -0800
committerTom Sepez <tsepez@chromium.org>2014-12-29 13:20:02 -0800
commitbb926248c79901be860c0b70b9bf97d98f43443b (patch)
tree8c1b104f5d016ef35119b4d5422dde8fa44a03c5 /xfa/src/fxbarcode
parentd70b545445516a19f9b6dfe5f0a41f94d5cc3b71 (diff)
downloadpdfium-bb926248c79901be860c0b70b9bf97d98f43443b.tar.xz
Fix compilation breakage at d70b545.
TBR=bo_xu@foxitsoftware.com Review URL: https://codereview.chromium.org/798723003
Diffstat (limited to 'xfa/src/fxbarcode')
-rw-r--r--xfa/src/fxbarcode/src/BC_PDF417DecodedBitStreamParser.cpp1
-rw-r--r--xfa/src/fxbarcode/src/BC_PDF417HighLevelEncoder.cpp1
2 files changed, 2 insertions, 0 deletions
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