aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTestUtils/TestUtils.cpp
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2022-02-16 12:57:19 +0000
committerTeresa Charlin <teresa.charlinreyes@arm.com>2022-03-01 16:58:08 +0000
commit62fdf0c64834cd5e45d19528de08c5005044c858 (patch)
treea7fb306380e0afc5867b5e0925e90acd36c22cc2 /src/armnnTestUtils/TestUtils.cpp
parentc17679249e43174fc18551b718121c75d933a718 (diff)
downloadarmnn-62fdf0c64834cd5e45d19528de08c5005044c858.tar.gz
IVGCVSW-6602 Put ArmnnTestUtils under abi-compliance checking.
Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: I82f3bd99b3c1d4d8a013b1e987a533a8071fbeea
Diffstat (limited to 'src/armnnTestUtils/TestUtils.cpp')
-rw-r--r--src/armnnTestUtils/TestUtils.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnnTestUtils/TestUtils.cpp b/src/armnnTestUtils/TestUtils.cpp
index 9ac0b3986e..3cba826dd2 100644
--- a/src/armnnTestUtils/TestUtils.cpp
+++ b/src/armnnTestUtils/TestUtils.cpp
@@ -7,6 +7,8 @@
#include <armnn/utility/Assert.hpp>
+#include "armnnTestUtils/Version.hpp"
+
using namespace armnn;
void Connect(armnn::IConnectableLayer* from, armnn::IConnectableLayer* to, const armnn::TensorInfo& tensorInfo,