mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
PR: 231406 Submitted by: Greg V <greg@unrelenting.technology> Exp-run by: antoine Approved by: portmgr (antoine)
11 lines
428 B
C++
11 lines
428 B
C++
--- ext/opencv/gsttemplatematch.cpp.orig 2018-03-23 20:45:15 UTC
|
|
+++ ext/opencv/gsttemplatematch.cpp
|
|
@@ -64,6 +64,8 @@
|
|
#include "../../gst-libs/gst/gst-i18n-plugin.h"
|
|
#include "gsttemplatematch.h"
|
|
#include <opencv2/imgproc/imgproc_c.h>
|
|
+#include <opencv2/imgproc/types_c.h>
|
|
+#include <opencv2/imgcodecs/imgcodecs_c.h>
|
|
|
|
GST_DEBUG_CATEGORY_STATIC (gst_template_match_debug);
|
|
#define GST_CAT_DEFAULT gst_template_match_debug
|