aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/test/layerTests/L2NormalizationTestImpl.cpp
diff options
context:
space:
mode:
authorRob Hughes <robert.hughes@arm.com>2021-07-14 09:31:31 +0100
committerRob Hughes <robert.hughes@arm.com>2021-07-15 14:50:36 +0100
commitc013bc85f45add8c4bc8c7163316bbb90b37a15e (patch)
tree8a583a4bceb2eb772229dae2c2587bd6347a59ea /src/backends/backendsCommon/test/layerTests/L2NormalizationTestImpl.cpp
parent1ccb3c3a26d8b02959493a54367054c1b43ab12c (diff)
downloadarmnn-c013bc85f45add8c4bc8c7163316bbb90b37a15e.tar.gz
Fix some compile warnings & errors
* Fix type of literals * Add explicit casts * #include missing headers * Replace use of non-standard u_int8_t * Remove name of unused variables * Fix DLL export macro - this was broken when some of the exporting headers were moved to a different library. Change-Id: Ie569c8df41a077b46c608798f39526352e2aeb3a Signed-off-by: Rob Hughes <robert.hughes@arm.com>
Diffstat (limited to 'src/backends/backendsCommon/test/layerTests/L2NormalizationTestImpl.cpp')
-rw-r--r--src/backends/backendsCommon/test/layerTests/L2NormalizationTestImpl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backends/backendsCommon/test/layerTests/L2NormalizationTestImpl.cpp b/src/backends/backendsCommon/test/layerTests/L2NormalizationTestImpl.cpp
index e242fd31d3..11c9766604 100644
--- a/src/backends/backendsCommon/test/layerTests/L2NormalizationTestImpl.cpp
+++ b/src/backends/backendsCommon/test/layerTests/L2NormalizationTestImpl.cpp
@@ -16,6 +16,8 @@
#include <test/TensorHelpers.hpp>
+#include <numeric>
+
namespace
{