From a98e79a709f7c29728e1fc79c21ba5265993b8b6 Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Tue, 6 Dec 2022 21:32:29 +0000 Subject: Updates following execution of Includewhatyouuse on armnn/include. This tool forces explicit includes of all dependencies and highlights unused dependencies. Signed-off-by: Colm Donelan Change-Id: I92e449245246452a0227cbd13f9c082e2088bf8c --- include/armnnUtils/Transpose.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/armnnUtils/Transpose.hpp') diff --git a/include/armnnUtils/Transpose.hpp b/include/armnnUtils/Transpose.hpp index 39ea5c5560..b0c1f08a98 100644 --- a/include/armnnUtils/Transpose.hpp +++ b/include/armnnUtils/Transpose.hpp @@ -1,5 +1,5 @@ // -// Copyright © 2020 Arm Ltd. All rights reserved. +// Copyright © 2020,2022 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // @@ -7,6 +7,7 @@ #include #include +#include namespace armnnUtils { -- cgit v1.2.1