summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-90-quantization-util-stdint.patch
blob: 060763a5ddc9947675696a8d427f997bace8291f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/components/translate/core/language_detection/quantization_utils.h b/components/translate/core/language_detection/quantization_utils.h
index eb8f6d1e9..699a48897 100644
--- a/components/translate/core/language_detection/quantization_utils.h
+++ b/components/translate/core/language_detection/quantization_utils.h
@@ -7,6 +7,7 @@
 
 #include <algorithm>
 #include <cmath>
+#include <cstdint>
 
 namespace translate {