From 53018d09b56098479d2a19c59c47ca912a4d279b Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Tue, 8 May 2018 21:21:10 +0100 Subject: [PATCH] Another attempt at a travis fix. --- .travis.yml | 1 + lib/local/LandmarkDetector/include/LandmarkDetectorModel.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c384c416..5a07e869 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,6 +59,7 @@ before_install: brew install tbb; brew tap homebrew/science; brew install opencv3; + brew install openblas; brew upgrade boost; fi diff --git a/lib/local/LandmarkDetector/include/LandmarkDetectorModel.h b/lib/local/LandmarkDetector/include/LandmarkDetectorModel.h index dececa9e..8e5ae5ce 100644 --- a/lib/local/LandmarkDetector/include/LandmarkDetectorModel.h +++ b/lib/local/LandmarkDetector/include/LandmarkDetectorModel.h @@ -41,7 +41,6 @@ // OpenBLAS #include -#include // dlib dependencies for face detection #include