From 9e80cd2195e64902951c3207b0d2aa82fe77c61f Mon Sep 17 00:00:00 2001 From: Matthew Bentham Date: Fri, 3 May 2019 22:54:36 +0100 Subject: IVGCVSW-2911 More Q compatiblity Changes needed to RequestThread and ArmnnPreparedModel to compile in the Q environment Change-Id: Ib072afa1fe6a6a1b0931df79cec76cfac8b21f0c Signed-off-by: Matthew Bentham --- 1.1/HalPolicy.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to '1.1') diff --git a/1.1/HalPolicy.hpp b/1.1/HalPolicy.hpp index bcaf5637..da0f7e41 100644 --- a/1.1/HalPolicy.hpp +++ b/1.1/HalPolicy.hpp @@ -18,6 +18,8 @@ class HalPolicy { public: using Model = V1_1::Model; + using Operand = V1_0::Operand; + using OperandType = V1_0::OperandType; using Operation = V1_1::Operation; using OperationType = V1_1::OperationType; using getSupportedOperations_cb = V1_1::IDevice::getSupportedOperations_1_1_cb; -- cgit v1.2.1