From 875ef71ab65a1a12e83f26deeb413e6308a20103 Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nwpope@utu.fi> Date: Thu, 4 Apr 2019 10:18:55 +0300 Subject: [PATCH] Adding missing chrono include --- cv-node/src/algorithms/elas.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cv-node/src/algorithms/elas.cpp b/cv-node/src/algorithms/elas.cpp index 990c25b5c..ca3735744 100644 --- a/cv-node/src/algorithms/elas.cpp +++ b/cv-node/src/algorithms/elas.cpp @@ -3,6 +3,8 @@ #include <ftl/algorithms/elas.hpp> #include <glog/logging.h> +#include <chrono> + using ftl::algorithms::ELAS; using cv::Mat; -- GitLab