Added missing pragma directive to TensorBufferArrayView.hpp
authorMatteo Martincigh <matteo.martincigh@arm.com>
Wed, 17 Oct 2018 13:45:07 +0000 (14:45 +0100)
committerMatthew Bentham <matthew.bentham@arm.com>
Mon, 22 Oct 2018 15:57:54 +0000 (16:57 +0100)
Change-Id: Ic7882cb415ccb7a899f5fb353fb96a1f19d03346

src/backends/reference/workloads/TensorBufferArrayView.hpp

index b149073..53504d6 100644 (file)
@@ -3,6 +3,8 @@
 // SPDX-License-Identifier: MIT
 //
 
+#pragma once
+
 #include <armnn/Tensor.hpp>
 
 #include <boost/assert.hpp>