Fix build error std::function on pure acl runtime (#1505)
author이상규/동작제어Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Fri, 1 Jun 2018 06:32:52 +0000 (15:32 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 1 Jun 2018 06:32:52 +0000 (15:32 +0900)
I include <functional> explicitly for std::function.

Related Issue: #1503

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
runtimes/pure_arm_compute/src/internal/Model.h

index 69f2ac6..f03cfd6 100644 (file)
@@ -116,6 +116,7 @@ private:
 
 #include <memory>
 #include <cassert>
+#include <functional>
 
 namespace internal
 {