From d0b4aa97d5389adc6a4c87f5704503b8bb22441e Mon Sep 17 00:00:00 2001 From: Rob Hughes Date: Wed, 9 Feb 2022 11:24:25 +0000 Subject: Fix some build failures * Add ARMNN_DLLEXPORT to static symbol that needs to be exported from armnn * Add missing header for std::iota Change-Id: Ica0211ed0065e9723bcb8e9dff511acb4ea50288 Signed-off-by: Rob Hughes --- src/armnn/test/SubgraphViewTests.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/armnn/test') 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 #include #include +#include using namespace armnn; -- cgit v1.2.1