From 6411f3c431b35e501f278a02b85e978ed2f57fa0 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann 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 44e50398dcd..a7a7559eed0 100644 --- a/third_party/ruy/src/ruy/block_map.cc +++ b/third_party/ruy/src/ruy/block_map.cc @@ -10,20 +10,21 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ==============================================================================*/ #include "ruy/block_map.h" #include #include +#include #ifdef RUY_MAKEBLOCKMAP_DEBUG #include #include #include #endif #include "ruy/check_macros.h" #include "ruy/opt_set.h" #include "ruy/profiler/instrumentation.h" -- 2.25.4