File chromium-90-ruy-include.patch of Package chromium-ffmpeg-extra (Revision 4407c879c2f3d7778ebd138b74f5810a)

Currently displaying revision 4407c879c2f3d7778ebd138b74f5810a , Show latest

25
 
1
From 714092f336bb14d2fcc27396ec323b3d843bb962 Mon Sep 17 00:00:00 2001
2
From: Stephan Hartmann <stha09@googlemail.com>
3
Date: Thu, 4 Mar 2021 15:05:46 +0000
4
Subject: [PATCH] IWYU: include limits for std::numeric_limits
5
6
---
7
 third_party/ruy/src/ruy/block_map.cc | 1 +
8
 1 file changed, 1 insertion(+)
9
10
diff --git a/third_party/ruy/src/ruy/block_map.cc b/third_party/ruy/src/ruy/block_map.cc
11
index 44e5039..a7a7559 100644
12
--- a/third_party/ruy/src/ruy/block_map.cc
13
+++ b/third_party/ruy/src/ruy/block_map.cc
14
@@ -17,6 +17,7 @@ limitations under the License.
15
 
16
 #include <algorithm>
17
 #include <cstdint>
18
+#include <limits>
19
 
20
 #ifdef RUY_MAKEBLOCKMAP_DEBUG
21
 #include <cstdio>
22
-- 
23
2.26.2
24
25