summaryrefslogtreecommitdiff
path: root/external/zxing/android_include.patch.0
blob: 41c5113ec378413453713538e6751a82dfc7cc76 (plain)
1
2
3
4
5
6
7
8
9
10
--- core/src/pdf417/PDFEncoder.cpp	2022-12-07 14:21:15.860189207 +0900
+++ core/src/pdf417/PDFEncoder.cpp	2022-12-07 14:21:20.856361002 +0900
@@ -8,6 +8,7 @@
 #include "PDFEncoder.h"
 #include "PDFHighLevelEncoder.h"
 #include <array>
+#include <cmath>
 #include <vector>
 #include <stdexcept>