From 80a8f86cc039df95b0a19ad5f22372c07c48aa86 Mon Sep 17 00:00:00 2001 From: vinjn Date: Thu, 31 Aug 2017 08:39:00 +0800 Subject: [PATCH] macOS --- 3rdparty/OpenFace/LandmarkDetector/src/SVR_patch_expert.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/OpenFace/LandmarkDetector/src/SVR_patch_expert.cpp b/3rdparty/OpenFace/LandmarkDetector/src/SVR_patch_expert.cpp index 6a01f10..0aec637 100644 --- a/3rdparty/OpenFace/LandmarkDetector/src/SVR_patch_expert.cpp +++ b/3rdparty/OpenFace/LandmarkDetector/src/SVR_patch_expert.cpp @@ -37,8 +37,8 @@ #include "SVR_patch_expert.h" // OpenCV include -#include -#include +#include "opencv2/core/core.hpp" +#include "opencv2/imgproc.hpp" #include "LandmarkDetectorUtils.h"