aboutsummaryrefslogtreecommitdiff
path: root/src/core/utils/AssemblyUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/utils/AssemblyUtils.h')
-rw-r--r--src/core/utils/AssemblyUtils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/utils/AssemblyUtils.h b/src/core/utils/AssemblyUtils.h
index 7514175ed6..60bad3b618 100644
--- a/src/core/utils/AssemblyUtils.h
+++ b/src/core/utils/AssemblyUtils.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021-2022 Arm Limited.
+ * Copyright (c) 2021-2023 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -30,6 +30,8 @@
namespace arm_compute
{
+class ActivationLayerInfo;
+
namespace assembly_utils
{
/** Performs a mapping between Compute Library ActivationLayerInfo and the assembly Activation structure.