summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-87-openscreen-crypto-include.patch
blob: 5edd10bab4d0fe23443e8b32842fb92e5e30c185 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/third_party/openscreen/src/util/crypto/random_bytes.h	2020-10-03 07:37:39.335192533 +0800
+++ b/third_party/openscreen/src/util/crypto/random_bytes.h	2020-10-03 07:37:29.548124971 +0800
@@ -5,6 +5,8 @@
 #ifndef UTIL_CRYPTO_RANDOM_BYTES_H_
 #define UTIL_CRYPTO_RANDOM_BYTES_H_
 
+#include <stdint.h>
+
 #include <array>
 
 namespace openscreen {