aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstha09 <51720730+stha09@users.noreply.github.com>2021-05-06 18:31:30 +0200
committerGitHub <noreply@github.com>2021-05-06 09:31:30 -0700
commit3c93cda8211efa01128d48950f0d6ee5233c5b9b (patch)
tree5c49a417a124a31b63f5190e930f6698f1ecb44d
parent70e3b87abb64f94441d00f8cf1824c8cc4db61a0 (diff)
downloadruy-3c93cda8211efa01128d48950f0d6ee5233c5b9b.tar.gz
IWYU: include limits for std::numeric_limits (#253)
-rw-r--r--ruy/block_map.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ruy/block_map.cc b/ruy/block_map.cc
index 6c01e52..e04e7af 100644
--- a/ruy/block_map.cc
+++ b/ruy/block_map.cc
@@ -17,6 +17,7 @@ limitations under the License.
#include <algorithm>
#include <cstdint>
+#include <limits>
#ifdef RUY_MAKEBLOCKMAP_DEBUG
#include <cstdio>