IVGCVSW-2865 add missing include of functional
authorMatthew Bentham <matthew.bentham@arm.com>
Mon, 25 Mar 2019 12:30:56 +0000 (12:30 +0000)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Mon, 25 Mar 2019 16:37:22 +0000 (16:37 +0000)
Change-Id: Ib110f8fe8b8980ad948d2ca22061e9d020cb33d7
Signed-off-by: Matthew Bentham <matthew.bentham@arm.com>
include/armnn/Types.hpp

index 693a050..bdddd37 100644 (file)
@@ -5,6 +5,7 @@
 #pragma once
 
 #include <array>
+#include <functional>
 #include <memory>
 #include "BackendId.hpp"
 #include "Exceptions.hpp"