IVGCVSW-5665 Basic NN Driver support for next OS Version


Signed-off-by: Kevin May <kevin.may@arm.com>
Signed-off-by: Sadik Armagan <sadik.armagan@arm.com>
Change-Id: I1e1db52322092c6b1b7ac6183c3adc90aabcec24
diff --git a/Utils.hpp b/Utils.hpp
index c4d89f7..f68747b 100644
--- a/Utils.hpp
+++ b/Utils.hpp
@@ -9,6 +9,7 @@
 #include <CpuExecutor.h>
 #include <HalInterfaces.h>
 #include <NeuralNetworks.h>
+#include <Utils.h>
 
 #include <vector>
 #include <string>
@@ -63,7 +64,7 @@
                                      const armnn::PermutationVector& mappings);
 
 /// Returns a pointer to a specific location in a pool
-void* GetMemoryFromPool(DataLocation location,
+void* GetMemoryFromPool(V1_0::DataLocation location,
                         const std::vector<android::nn::RunTimePoolInfo>& memPools);
 
 /// Can throw UnsupportedOperand