aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/ILayerSupport.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/ILayerSupport.hpp')
-rw-r--r--include/armnn/ILayerSupport.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/armnn/ILayerSupport.hpp b/include/armnn/ILayerSupport.hpp
index 58adea85de..d63c3a7063 100644
--- a/include/armnn/ILayerSupport.hpp
+++ b/include/armnn/ILayerSupport.hpp
@@ -8,6 +8,7 @@
#include <armnn/Optional.hpp>
#include <vector>
#include <cctype>
+#include <memory>
namespace armnn
{
@@ -178,4 +179,6 @@ public:
Optional<std::string&> reasonIfUnsupported = EmptyOptional()) const;
}; // class ILayerSupport
+using ILayerSupportSharedPtr = std::shared_ptr<ILayerSupport>;
+
} // namespace armnn