Another attempt at OS X and blas/dlib fix.

This commit is contained in:
Tadas Baltrusaitis
2018-05-08 19:44:34 +01:00
parent 536d96e29a
commit 67ad47912d
7 changed files with 28 additions and 4 deletions

View File

@@ -34,6 +34,10 @@
#include "VisualizationUtils.h"
#include "RotationHelpers.h"
// OpenBLAS
#include <cblas.h>
#include <f77blas.h>
// For FHOG visualisation
#include <dlib/opencv.h>
#include <dlib/image_processing/frontal_face_detector.h>