aboutsummaryrefslogtreecommitdiff
path: root/1.2/ArmnnDriverImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to '1.2/ArmnnDriverImpl.hpp')
-rw-r--r--1.2/ArmnnDriverImpl.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/1.2/ArmnnDriverImpl.hpp b/1.2/ArmnnDriverImpl.hpp
index 73ba133e..eeb491b6 100644
--- a/1.2/ArmnnDriverImpl.hpp
+++ b/1.2/ArmnnDriverImpl.hpp
@@ -15,6 +15,10 @@
using namespace android::nn::hal;
#endif
+#ifdef ARMNN_ANDROID_S
+using namespace android::hardware;
+#endif
+
namespace V1_0 = ::android::hardware::neuralnetworks::V1_0;
namespace V1_2 = ::android::hardware::neuralnetworks::V1_2;