From 47bfac4caf5d02b22ed5233058f2eb10e9c173ed Mon Sep 17 00:00:00 2001 From: Matthew Bentham Date: Mon, 25 Mar 2019 12:30:56 +0000 Subject: IVGCVSW-2865 add missing include of functional Change-Id: Ib110f8fe8b8980ad948d2ca22061e9d020cb33d7 Signed-off-by: Matthew Bentham --- include/armnn/Types.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp index 693a050586..bdddd37a1c 100644 --- a/include/armnn/Types.hpp +++ b/include/armnn/Types.hpp @@ -5,6 +5,7 @@ #pragma once #include +#include #include #include "BackendId.hpp" #include "Exceptions.hpp" -- cgit v1.2.1