aboutsummaryrefslogtreecommitdiff
path: root/profiling/common
diff options
context:
space:
mode:
authorPablo Marquez Tello <pablo.tello@arm.com>2023-03-31 15:57:43 +0100
committerTeresaARM <teresa.charlinreyes@arm.com>2023-04-05 11:25:36 +0000
commit1bf35f5b8b480b2af3e904cb64e4bd5c6147b0fb (patch)
tree3caf924d42b4b53373f1a505aca36db09ff609ee /profiling/common
parentf0755de796bbe6a763fbfc349465484c88b9b3eb (diff)
downloadarmnn-1bf35f5b8b480b2af3e904cb64e4bd5c6147b0fb.tar.gz
Fix gcc 13 compiler errors
* Resolves MLCE-1040 Change-Id: I32878ed70af356832403e83dcb63b0b89a8a84e3 Signed-off-by: Pablo Marquez Tello <pablo.tello@arm.com>
Diffstat (limited to 'profiling/common')
-rw-r--r--profiling/common/include/Counter.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiling/common/include/Counter.hpp b/profiling/common/include/Counter.hpp
index ff96d257e7..4ddc89b45d 100644
--- a/profiling/common/include/Counter.hpp
+++ b/profiling/common/include/Counter.hpp
@@ -1,10 +1,11 @@
//
-// Copyright © 2022 Arm Ltd. All rights reserved.
+// Copyright © 2022,2023 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
+#include <cstdint>
#include <string>
namespace arm