aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Bentham <matthew.bentham@arm.com>2019-03-25 12:30:56 +0000
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-03-25 16:37:22 +0000
commit47bfac4caf5d02b22ed5233058f2eb10e9c173ed (patch)
tree0dc51ac88bb43420685b128d9bfc826729aeaf6e
parent9fc8c0f0587d798b927ae4364e0b8a6db808c244 (diff)
downloadarmnn-47bfac4caf5d02b22ed5233058f2eb10e9c173ed.tar.gz
IVGCVSW-2865 add missing include of functional
Change-Id: Ib110f8fe8b8980ad948d2ca22061e9d020cb33d7 Signed-off-by: Matthew Bentham <matthew.bentham@arm.com>
-rw-r--r--include/armnn/Types.hpp1
1 files changed, 1 insertions, 0 deletions
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 <array>
+#include <functional>
#include <memory>
#include "BackendId.hpp"
#include "Exceptions.hpp"