mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
PR: 210505 Submitted by: rozhuk.im@gmail.com (partially, further work was done) Exp-run by: antoine
10 lines
258 B
C
10 lines
258 B
C
--- facedetect.c.orig 2018-05-02 21:46:34.553339000 +0000
|
|
+++ facedetect.c 2018-05-02 21:46:52.704512000 +0000
|
|
@@ -25,6 +25,7 @@
|
|
|
|
#include <opencv/cv.h>
|
|
#include <opencv/highgui.h>
|
|
+#include <opencv2/core/version.hpp>
|
|
|
|
/* {{{ facedetect_functions[]
|
|
*
|