From 6e4b645cf101b0615b80c7df0afcb031335c6b0a Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Wed, 9 Dec 2015 09:39:28 -0500 Subject: [PATCH] include fix for dlib 18.17 --- openbr/plugins/classification/dlib.cpp | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/openbr/plugins/classification/dlib.cpp b/openbr/plugins/classification/dlib.cpp index 0881429..905363d 100644 --- a/openbr/plugins/classification/dlib.cpp +++ b/openbr/plugins/classification/dlib.cpp @@ -1,5 +1,6 @@ #include #include +#include #include #include "openbr/plugins/openbr_internal.h" -- libgit2 0.21.4