From 9be0c5a71cd7c1f08b65c48e53d083c59dd093a3 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 19 Feb 2018 12:46:29 +0000 Subject: COMPMID-936: Convolution failure in NEON Convolution Layer. Change-Id: I68a98eff57c8db719a501b68541666e8bc5f2081 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/121180 Tested-by: Jenkins Reviewed-by: Anthony Barbier --- arm_compute/core/utils/misc/ShapeCalculator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/core/utils/misc') diff --git a/arm_compute/core/utils/misc/ShapeCalculator.h b/arm_compute/core/utils/misc/ShapeCalculator.h index 26384651f1..e51c6bbe98 100644 --- a/arm_compute/core/utils/misc/ShapeCalculator.h +++ b/arm_compute/core/utils/misc/ShapeCalculator.h @@ -24,6 +24,7 @@ #ifndef __ARM_COMPUTE_MISC_SHAPE_CALCULATOR_H__ #define __ARM_COMPUTE_MISC_SHAPE_CALCULATOR_H__ +#include "arm_compute/core/Helpers.h" #include "arm_compute/core/ITensorInfo.h" #include "arm_compute/core/Utils.h" -- cgit v1.2.1