From 879d1313ba69d9ced8424f54ffeea6a3c60496f0 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 30 Sep 2019 13:25:53 +0100 Subject: COMPMID-2452: Fix compilation issues on armclang Change-Id: I41bd60760270a2c7d83e391fd9430b4513ab00bc Signed-off-by: Georgios Pinitas Reviewed-on: https://review.mlplatform.org/c/2002 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio Comments-Addressed: Arm Jenkins --- arm_compute/graph/Types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm_compute/graph/Types.h') diff --git a/arm_compute/graph/Types.h b/arm_compute/graph/Types.h index 63b1c94ac8..5b82f93686 100644 --- a/arm_compute/graph/Types.h +++ b/arm_compute/graph/Types.h @@ -73,7 +73,7 @@ constexpr NodeID EmptyNodeID = std::numeric_limits::max(); constexpr EdgeID EmptyEdgeID = std::numeric_limits::max(); // Forward declarations -class TensorDescriptor; +struct TensorDescriptor; /** Graph configuration structure */ struct GraphConfig { -- cgit v1.2.1