aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/armnn/IRuntime.hpp12
1 files changed, 10 insertions, 2 deletions
diff --git a/include/armnn/IRuntime.hpp b/include/armnn/IRuntime.hpp
index 9ea9ac83dc..0da6d80f93 100644
--- a/include/armnn/IRuntime.hpp
+++ b/include/armnn/IRuntime.hpp
@@ -16,11 +16,19 @@
#include <armnn/backends/ICustomAllocator.hpp>
#include <armnn/backends/IMemoryOptimizerStrategy.hpp>
-#include <client/include/ILocalPacketHandler.hpp>
-
#include <memory>
#include <map>
+namespace arm
+{
+
+namespace pipe
+{
+class ILocalPacketHandler;
+using ILocalPacketHandlerSharedPtr = std::shared_ptr<ILocalPacketHandler>;
+} // pipe
+} // arm
+
namespace armnn
{