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/armnn/Logging.hpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'include/armnn/Logging.hpp') diff --git a/include/armnn/Logging.hpp b/include/armnn/Logging.hpp index 6336e96d8c..ca52b5c98f 100644 --- a/include/armnn/Logging.hpp +++ b/include/armnn/Logging.hpp @@ -1,13 +1,20 @@ // -// Copyright © 2019 Arm Ltd and Contributors. All rights reserved. +// Copyright © 2019,2022 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include +#include #include #include +#include +#include +#include +#include + +#include namespace armnn { -- cgit v1.2.1