Blame chromium-87-openscreen-include.patch

3ee5bff
From 0c0af4cabb7490db473cd2c28f069956974a4d98 Mon Sep 17 00:00:00 2001
3ee5bff
From: Stephan Hartmann <stha09@googlemail.com>
3ee5bff
Date: Fri, 2 Oct 2020 12:11:58 +0000
3ee5bff
Subject: [PATCH] IWYU: uint8_t is defined in stdint.h
3ee5bff
3ee5bff
---
3ee5bff
 third_party/openscreen/src/util/crypto/random_bytes.h | 2 ++
3ee5bff
 1 file changed, 2 insertions(+)
3ee5bff
3ee5bff
diff --git a/third_party/openscreen/src/util/crypto/random_bytes.h b/third_party/openscreen/src/util/crypto/random_bytes.h
3ee5bff
index 3cb2fa8..025b52c 100644
3ee5bff
--- a/third_party/openscreen/src/util/crypto/random_bytes.h
3ee5bff
+++ b/third_party/openscreen/src/util/crypto/random_bytes.h
3ee5bff
@@ -7,6 +7,8 @@
3ee5bff
 
3ee5bff
 #include <array>
3ee5bff
 
3ee5bff
+#include <stdint.h>
3ee5bff
+
3ee5bff
 namespace openscreen {
3ee5bff
 
3ee5bff
 std::array<uint8_t, 16> GenerateRandomBytes16();
3ee5bff
-- 
3ee5bff
2.26.2
3ee5bff