void-packages/srcpkgs/chromium/patches/chromium-90-TokenizedOutput-include.patch
Peter Bui 25a251151a chromium: update to 90.0.4430.72.
- Built for x86_64, i686, x86_64-musl.
- Tested on x86_64.

- Removes API key.
- Changes by q66: ppc patch fixes

Closes https://github.com/void-linux/void-packages/pull/30271
2021-04-20 04:40:17 +02:00

24 lines
852 B
Diff

From 30dcae908492a3ec811b5f5b9f518d792a01da38 Mon Sep 17 00:00:00 2001
From: Stephan Hartmann <stha09@googlemail.com>
Date: Sun, 28 Feb 2021 12:36:04 +0000
Subject: [PATCH] IWYU: include missing cstring for strlen
---
.../translate/core/language_detection/ngram_hash_ops_utils.cc | 1 +
1 file changed, 1 insertion(+)
diff --git a/components/translate/core/language_detection/ngram_hash_ops_utils.cc b/components/translate/core/language_detection/ngram_hash_ops_utils.cc
index cf91033..dd03a3d 100644
--- components/translate/core/language_detection/ngram_hash_ops_utils.cc
+++ components/translate/core/language_detection/ngram_hash_ops_utils.cc
@@ -4,6 +4,7 @@
#include "components/translate/core/language_detection/ngram_hash_ops_utils.h"
+#include <cstring>
#include <vector>
#include "third_party/utf/src/include/utf.h"
--
2.26.2