Skip to content

Commit a643bff

Browse files
committed
V8: fix missing #include <stdint.h>
1 parent ae574b7 commit a643bff

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

patches/v8/pdfium.patch

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,29 @@ index 58a42e289..5c97b7e4e 100644
8787
g_bLibraryInitialized = false;
8888
}
8989

90+
diff --git a/fxbarcode/common/reedsolomon/BC_ReedSolomon.h b/fxbarcode/common/reedsolomon/BC_ReedSolomon.h
91+
index dab5224c9..a1f4b7f50 100644
92+
--- a/fxbarcode/common/reedsolomon/BC_ReedSolomon.h
93+
+++ b/fxbarcode/common/reedsolomon/BC_ReedSolomon.h
94+
@@ -7,6 +7,8 @@
95+
#ifndef FXBARCODE_COMMON_REEDSOLOMON_BC_REEDSOLOMON_H_
96+
#define FXBARCODE_COMMON_REEDSOLOMON_BC_REEDSOLOMON_H_
97+
98+
+#include <stdint.h>
99+
+
100+
#include <memory>
101+
#include <vector>
102+
103+
diff --git a/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h b/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h
104+
index f94ecb86f..8dca54364 100644
105+
--- a/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h
106+
+++ b/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h
107+
@@ -7,6 +7,8 @@
108+
#ifndef FXBARCODE_COMMON_REEDSOLOMON_BC_REEDSOLOMONGF256POLY_H_
109+
#define FXBARCODE_COMMON_REEDSOLOMON_BC_REEDSOLOMONGF256POLY_H_
110+
111+
+#include <stdint.h>
112+
+
113+
#include <memory>
114+
#include <vector>
115+

0 commit comments

Comments
 (0)