aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2018-10-17 14:45:07 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-22 16:57:54 +0100
commitada9cb2914d4d7ac1e5d13f706f4dfae187ec35c (patch)
tree220fac514c04d9b0d6f5a3f77ab01645cfec4eec
parent7714088e14d1fcd63153a80e7439d59a1824a3dc (diff)
downloadarmnn-ada9cb2914d4d7ac1e5d13f706f4dfae187ec35c.tar.gz
Added missing pragma directive to TensorBufferArrayView.hpp
Change-Id: Ic7882cb415ccb7a899f5fb353fb96a1f19d03346
-rw-r--r--src/backends/reference/workloads/TensorBufferArrayView.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backends/reference/workloads/TensorBufferArrayView.hpp b/src/backends/reference/workloads/TensorBufferArrayView.hpp
index b149073ab7..53504d6365 100644
--- a/src/backends/reference/workloads/TensorBufferArrayView.hpp
+++ b/src/backends/reference/workloads/TensorBufferArrayView.hpp
@@ -3,6 +3,8 @@
// SPDX-License-Identifier: MIT
//
+#pragma once
+
#include <armnn/Tensor.hpp>
#include <boost/assert.hpp>