From 1d3accbc35dd60d1e3d23a6389682ec59d94e718 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=A2=85=ED=98=84/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Staff=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Thu, 6 Sep 2018 09:02:39 +0900 Subject: [PATCH] [enco] Fix build break on clang 7 (#1362) This commit includes 'functional' in Frontend.cpp to fix build break on clang 7. Signed-off-by: Jonghyun Park --- contrib/enco/frontend/caffe/src/Frontend.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/enco/frontend/caffe/src/Frontend.cpp b/contrib/enco/frontend/caffe/src/Frontend.cpp index 7fc619a..50182f2 100644 --- a/contrib/enco/frontend/caffe/src/Frontend.cpp +++ b/contrib/enco/frontend/caffe/src/Frontend.cpp @@ -19,6 +19,7 @@ #include #include +#include using namespace nncc::core::ADT; -- 2.7.4