2017-11-02 05:09:14 +03:00
|
|
|
--- chromium-62.0.3202.75/third_party/pdfium/fxbarcode/pdf417/BC_PDF417BarcodeRow.h-orig
|
|
|
|
+++ chromium-62.0.3202.75/third_party/pdfium/fxbarcode/pdf417/BC_PDF417BarcodeRow.h
|
|
|
|
@@ -8,6 +8,8 @@
|
2018-01-06 00:13:37 +03:00
|
|
|
#include <stdint.h>
|
2017-11-02 05:09:14 +03:00
|
|
|
|
|
|
|
#include <vector>
|
|
|
|
+#include <cstdlib>
|
|
|
|
+#include <cstdint>
|
|
|
|
|
2020-07-17 20:27:23 +03:00
|
|
|
#include "core/fxcrt/fx_memory_wrappers.h"
|
|
|
|
|
2018-12-16 01:01:23 +03:00
|
|
|
--- chromium-71.0.3578.98/third_party/pdfium/fxbarcode/qrcode/BC_QRCoderECBlocks.h.orig
|
|
|
|
+++ chromium-71.0.3578.98/third_party/pdfium/fxbarcode/qrcode/BC_QRCoderECBlocks.h
|
|
|
|
@@ -8,6 +8,9 @@
|
|
|
|
#define FXBARCODE_QRCODE_BC_QRCODERECBLOCKS_H_
|
2017-11-02 05:09:14 +03:00
|
|
|
|
2018-12-16 01:01:23 +03:00
|
|
|
#include <stdint.h>
|
|
|
|
+
|
2017-11-02 05:09:14 +03:00
|
|
|
+#include <cstdlib>
|
|
|
|
+#include <cstdint>
|
|
|
|
|
|
|
|
struct CBC_QRCoderECBlockData;
|
|
|
|
|
|
|
|
--- chromium-62.0.3202.75/third_party/pdfium/xfa/fxfa/cxfa_texttabstopscontext.h-orig
|
|
|
|
+++ chromium-62.0.3202.75/third_party/pdfium/xfa/fxfa/cxfa_texttabstopscontext.h
|
|
|
|
@@ -8,6 +8,8 @@
|
2018-01-06 00:13:37 +03:00
|
|
|
#include <stdint.h>
|
2017-11-02 05:09:14 +03:00
|
|
|
|
|
|
|
#include <vector>
|
|
|
|
+#include <cstdlib>
|
|
|
|
+#include <cstdint>
|
|
|
|
|
|
|
|
struct XFA_TABSTOPS {
|
|
|
|
uint32_t dwAlign;
|