aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/SubgraphViewTests.cpp
diff options
context:
space:
mode:
authorRob Hughes <robert.hughes@arm.com>2022-02-09 11:24:25 +0000
committerRob Hughes <robert.hughes@arm.com>2022-02-09 11:28:19 +0000
commitd0b4aa97d5389adc6a4c87f5704503b8bb22441e (patch)
tree08229c0fbce3b3c859541e8ac329b9fe46fa51d0 /src/armnn/test/SubgraphViewTests.cpp
parent2b481f81b610b8d1438960e3d78dfb247152859b (diff)
downloadarmnn-d0b4aa97d5389adc6a4c87f5704503b8bb22441e.tar.gz
Fix some build failures
* Add ARMNN_DLLEXPORT to static symbol that needs to be exported from armnn * Add missing <numeric> header for std::iota Change-Id: Ica0211ed0065e9723bcb8e9dff511acb4ea50288 Signed-off-by: Rob Hughes <robert.hughes@arm.com>
Diffstat (limited to 'src/armnn/test/SubgraphViewTests.cpp')
-rw-r--r--src/armnn/test/SubgraphViewTests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/armnn/test/SubgraphViewTests.cpp b/src/armnn/test/SubgraphViewTests.cpp
index e8012b575c..212ae0ee01 100644
--- a/src/armnn/test/SubgraphViewTests.cpp
+++ b/src/armnn/test/SubgraphViewTests.cpp
@@ -18,6 +18,7 @@
#include <queue>
#include <random>
#include <chrono>
+#include <numeric>
using namespace armnn;