mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
Fix includes in template matching element
This commit is contained in:
parent
babe97ca50
commit
f35f701996
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@
|
|||
#define __GST_TEMPLATEMATCH_H__
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <opencv/cv.h>
|
||||
#include <opencv/highgui.h>
|
||||
#include <cv.h>
|
||||
#include <highgui.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
/* #defines don't like whitespacey bits */
|
||||
|
|
Loading…
Reference in a new issue