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 --- src/core/NEON/kernels/arm_conv/depthwise/depthwise_depthfirst.hpp | 2 ++ .../NEON/kernels/arm_conv/depthwise/depthwise_depthfirst_generic.hpp | 2 ++ .../arm_conv/depthwise/depthwise_depthfirst_generic_multiplier.hpp | 2 ++ .../NEON/kernels/arm_conv/depthwise/depthwise_depthfirst_multiplier.hpp | 2 ++ 4 files changed, 8 insertions(+) (limited to 'src/core/NEON/kernels') diff --git a/src/core/NEON/kernels/arm_conv/depthwise/depthwise_depthfirst.hpp b/src/core/NEON/kernels/arm_conv/depthwise/depthwise_depthfirst.hpp index fe635d6fad..a92817bb14 100644 --- a/src/core/NEON/kernels/arm_conv/depthwise/depthwise_depthfirst.hpp +++ b/src/core/NEON/kernels/arm_conv/depthwise/depthwise_depthfirst.hpp @@ -30,6 +30,8 @@ #include "profiler.hpp" #endif +#include + namespace arm_conv { namespace depthwise { diff --git a/src/core/NEON/kernels/arm_conv/depthwise/depthwise_depthfirst_generic.hpp b/src/core/NEON/kernels/arm_conv/depthwise/depthwise_depthfirst_generic.hpp index 29f37c5697..ee5ab84d14 100644 --- a/src/core/NEON/kernels/arm_conv/depthwise/depthwise_depthfirst_generic.hpp +++ b/src/core/NEON/kernels/arm_conv/depthwise/depthwise_depthfirst_generic.hpp @@ -30,6 +30,8 @@ #include "profiler.hpp" #endif +#include + namespace arm_conv { namespace depthwise { 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 { diff --git a/src/core/NEON/kernels/arm_conv/depthwise/depthwise_depthfirst_multiplier.hpp b/src/core/NEON/kernels/arm_conv/depthwise/depthwise_depthfirst_multiplier.hpp index 7c64e0be61..2862361b82 100644 --- a/src/core/NEON/kernels/arm_conv/depthwise/depthwise_depthfirst_multiplier.hpp +++ b/src/core/NEON/kernels/arm_conv/depthwise/depthwise_depthfirst_multiplier.hpp @@ -30,6 +30,8 @@ #include "profiler.hpp" #endif +#include + namespace arm_conv { namespace depthwise { -- cgit v1.2.1