aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/test/BackendRegistryTests.cpp
diff options
context:
space:
mode:
authorDavid Beck <david.beck@arm.com>2018-11-08 09:19:14 +0000
committerDavid Beck <david.beck@arm.com>2018-11-08 12:48:30 +0000
commit1b61be517387a20cd869e30587de2140b6d2252d (patch)
tree06ca37c640ccf4cd1fc5722393caf16c15a16b14 /src/backends/backendsCommon/test/BackendRegistryTests.cpp
parent60578950322491e44b4203fe085c3230ead19c7a (diff)
downloadarmnn-experimental/nhwc-preview.tar.gz
IVGCVSW-2056+IVGCVSW-2064 : move ClContextControl to the ClBackendexperimental/nhwc-preview
* add IBackendContext interface * add ClBackendContext implementation Change-Id: I13e4d12b73d4c7775069587675276f7cee7d630b
Diffstat (limited to 'src/backends/backendsCommon/test/BackendRegistryTests.cpp')
-rw-r--r--src/backends/backendsCommon/test/BackendRegistryTests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backends/backendsCommon/test/BackendRegistryTests.cpp b/src/backends/backendsCommon/test/BackendRegistryTests.cpp
index 0bc655be09..26175e015f 100644
--- a/src/backends/backendsCommon/test/BackendRegistryTests.cpp
+++ b/src/backends/backendsCommon/test/BackendRegistryTests.cpp
@@ -6,6 +6,7 @@
#include <armnn/Types.hpp>
#include <backendsCommon/BackendRegistry.hpp>
+#include <backendsCommon/IBackendInternal.hpp>
#include <boost/test/unit_test.hpp>