From 15e4d876643c37e1db36ee1190ec52319479ffaf Mon Sep 17 00:00:00 2001 From: Manuel Bottini Date: Wed, 1 Apr 2020 12:35:36 +0100 Subject: Missing include for ARM_COMPUTE_ERROR_ON in QuantizationInfo.h for clang Change-Id: I3773a4142afd2e660fed4acc970fbafe48420366 Signed-off-by: Manuel Bottini Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/2968 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio Comments-Addressed: Arm Jenkins --- arm_compute/core/QuantizationInfo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arm_compute/core/QuantizationInfo.h b/arm_compute/core/QuantizationInfo.h index f859beb87a..52ef149e9b 100644 --- a/arm_compute/core/QuantizationInfo.h +++ b/arm_compute/core/QuantizationInfo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ARM Limited. + * Copyright (c) 2019-2020 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -26,6 +26,7 @@ #include "arm_compute/core/Rounding.h" #include "utils/misc/Utility.h" +#include "arm_compute/core/Error.h" #include #include -- cgit v1.2.1