From 0f033df07313060e177e62f10b0639d4e6ec6e74 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Fri, 16 Jul 2021 15:00:08 +0100 Subject: Include limits header to fix errors reported by GCC11 Resolves: COMPMID-4654 Change-Id: Idec018f9b2fb267293fc3f54d51e8ccf895df77e Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5961 Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins Tested-by: Georgios Pinitas --- .../arm_conv/depthwise/depthwise_depthfirst_generic_multiplier.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/NEON/kernels/arm_conv/depthwise/depthwise_depthfirst_generic_multiplier.hpp') diff --git a/src/core/NEON/kernels/arm_conv/depthwise/depthwise_depthfirst_generic_multiplier.hpp b/src/core/NEON/kernels/arm_conv/depthwise/depthwise_depthfirst_generic_multiplier.hpp index 656e4413b2..31e5834366 100644 --- a/src/core/NEON/kernels/arm_conv/depthwise/depthwise_depthfirst_generic_multiplier.hpp +++ b/src/core/NEON/kernels/arm_conv/depthwise/depthwise_depthfirst_generic_multiplier.hpp @@ -30,6 +30,8 @@ #include "profiler.hpp" #endif +#include + namespace arm_conv { namespace depthwise { -- cgit v1.2.1