diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-13 11:01:54 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-13 11:01:54 +0000 |
commit | 37369853c01c77b8dd73a1bfd558c04da9d1b56d (patch) | |
tree | 796db1bf4adfb7ba9ef1e5236504ab00f5e7cddf /0001-include-cstdint.patch | |
parent | 9f817a58d7073dca2818435a78a59fdbf6509f53 (diff) |
automatic import of zxing-cpp
Diffstat (limited to '0001-include-cstdint.patch')
-rw-r--r-- | 0001-include-cstdint.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/0001-include-cstdint.patch b/0001-include-cstdint.patch new file mode 100644 index 0000000..0c86a0b --- /dev/null +++ b/0001-include-cstdint.patch @@ -0,0 +1,11 @@ +diff -ru zxing-cpp-1.2.0.orig/core/src/textcodec/JPTextEncoder.h zxing-cpp-1.2.0/core/src/textcodec/JPTextEncoder.h +--- zxing-cpp-1.2.0.orig/core/src/textcodec/JPTextEncoder.h 2023-01-23 20:12:39.682731359 +0000 ++++ zxing-cpp-1.2.0/core/src/textcodec/JPTextEncoder.h 2023-01-23 20:13:32.420223873 +0000 +@@ -61,6 +61,7 @@ + * SUCH DAMAGE. + */ + ++#include <cstdint> + #include <string> + + class JPTextEncoder |