[enco] Fix build break on clang 7 (#1362)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 6 Sep 2018 00:02:39 +0000 (09:02 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 6 Sep 2018 00:02:39 +0000 (09:02 +0900)
This commit includes 'functional' in Frontend.cpp to fix build break on
clang 7.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/enco/frontend/caffe/src/Frontend.cpp

index 7fc619a..50182f2 100644 (file)
@@ -19,6 +19,7 @@
 #include <stdexcept>
 
 #include <algorithm>
+#include <functional>
 
 using namespace nncc::core::ADT;