File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments