aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/operators/CpuMul.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/operators/CpuMul.h')
-rw-r--r--src/cpu/operators/CpuMul.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cpu/operators/CpuMul.h b/src/cpu/operators/CpuMul.h
index 576a357d42..01c81bcb7b 100644
--- a/src/cpu/operators/CpuMul.h
+++ b/src/cpu/operators/CpuMul.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2021 Arm Limited.
+ * Copyright (c) 2016-2021, 2023 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -24,6 +24,7 @@
#ifndef ARM_COMPUTE_CPU_MUL_H
#define ARM_COMPUTE_CPU_MUL_H
+#include "arm_compute/core/ActivationLayerInfo.h"
#include "arm_compute/core/ITensorInfo.h"
#include "src/cpu/ICpuOperator.h"
@@ -102,4 +103,4 @@ public:
};
} // namespace cpu
} // namespace arm_compute
-#endif /* ARM_COMPUTE_CPU_MUL_H */ \ No newline at end of file
+#endif /* ARM_COMPUTE_CPU_MUL_H */