25 lines
680 B
Diff
25 lines
680 B
Diff
From 714092f336bb14d2fcc27396ec323b3d843bb962 Mon Sep 17 00:00:00 2001
|
|
From: Stephan Hartmann <stha09@googlemail.com>
|
|
Date: Thu, 4 Mar 2021 15:05:46 +0000
|
|
Subject: [PATCH] IWYU: include limits for std::numeric_limits
|
|
|
|
---
|
|
third_party/ruy/src/ruy/block_map.cc | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/third_party/ruy/src/ruy/block_map.cc b/third_party/ruy/src/ruy/block_map.cc
|
|
index 44e5039..a7a7559 100644
|
|
--- a/third_party/ruy/src/ruy/block_map.cc
|
|
+++ b/third_party/ruy/src/ruy/block_map.cc
|
|
@@ -17,6 +17,7 @@ limitations under the License.
|
|
|
|
#include <algorithm>
|
|
#include <cstdint>
|
|
+#include <limits>
|
|
|
|
#ifdef RUY_MAKEBLOCKMAP_DEBUG
|
|
#include <cstdio>
|
|
--
|
|
2.26.2
|
|
|