aboutsummaryrefslogtreecommitdiff
path: root/src/graph/nodes/QuantizationLayerNode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/nodes/QuantizationLayerNode.cpp')
-rw-r--r--src/graph/nodes/QuantizationLayerNode.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/graph/nodes/QuantizationLayerNode.cpp b/src/graph/nodes/QuantizationLayerNode.cpp
index 08e2a4d961..f3515e6968 100644
--- a/src/graph/nodes/QuantizationLayerNode.cpp
+++ b/src/graph/nodes/QuantizationLayerNode.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019-2020 Arm Limited.
+ * Copyright (c) 2019-2020,2023 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -23,6 +23,7 @@
*/
#include "arm_compute/graph/nodes/QuantizationLayerNode.h"
+#include "arm_compute/core/Utils.h"
#include "arm_compute/graph/Graph.h"
#include "arm_compute/graph/INodeVisitor.h"